|
| 1 | +{ |
| 2 | + "name": "@verdaccio/testing-utilities", |
| 3 | + "version": "8.2.0-next.0", |
| 4 | + "description": "Utils for Verdaccio", |
| 5 | + "keywords": [ |
| 6 | + "verdaccio", |
| 7 | + "package", |
| 8 | + "utils", |
| 9 | + "testing" |
| 10 | + ], |
| 11 | + "author": "Juan Picado <juanpicado19@gmail.com>", |
| 12 | + "license": "MIT", |
| 13 | + "homepage": "https://verdaccio.org", |
| 14 | + "repository": { |
| 15 | + "type": "git", |
| 16 | + "url": "https://github.com/verdaccio/monorepo", |
| 17 | + "directory": "core/utils" |
| 18 | + }, |
| 19 | + "bugs": { |
| 20 | + "url": "https://github.com/verdaccio/monorepo/issues" |
| 21 | + }, |
| 22 | + "publishConfig": { |
| 23 | + "access": "public" |
| 24 | + }, |
| 25 | + "main": "lib/index.js", |
| 26 | + "types": "lib/index.d.ts", |
| 27 | + "files": [ |
| 28 | + "lib" |
| 29 | + ], |
| 30 | + "engines": { |
| 31 | + "node": ">=8", |
| 32 | + "npm": ">=5" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@verdaccio/babel-preset": "^8.2.0-next.0", |
| 36 | + "@verdaccio/eslint-config": "^8.2.0-next.0", |
| 37 | + "@verdaccio/types": "^8.1.0" |
| 38 | + }, |
| 39 | + "scripts": { |
| 40 | + "build": "npm run build:types && npm run build:js", |
| 41 | + "build:js": "babel src --out-dir lib --extensions \\\".ts,.tsx\\\" --source-maps inline", |
| 42 | + "build:types": "tsc --emitDeclarationOnly", |
| 43 | + "coverage:publish": "codecov --root=../../ -F core", |
| 44 | + "lint": "eslint \"**/*.{js,ts}\"", |
| 45 | + "lint:stage": "lint-staged", |
| 46 | + "test": "jest", |
| 47 | + "type-check": "tsc --noEmit", |
| 48 | + "type-check:watch": "npm run type-check -- --watch" |
| 49 | + } |
| 50 | +} |
0 commit comments