|
| 1 | +{ |
| 2 | + "name": "ppp", |
| 3 | + "description": "Pontomais CLI", |
| 4 | + "version": "0.0.0", |
| 5 | + "author": "Felipe Milani @fmilani", |
| 6 | + "bin": { |
| 7 | + "ppp": "./bin/run" |
| 8 | + }, |
| 9 | + "bugs": "https://github.com/fmilani/ppp/issues", |
| 10 | + "dependencies": { |
| 11 | + "@oclif/command": "^1", |
| 12 | + "@oclif/config": "^1", |
| 13 | + "@oclif/plugin-help": "^3", |
| 14 | + "tslib": "^1" |
| 15 | + }, |
| 16 | + "devDependencies": { |
| 17 | + "@oclif/dev-cli": "^1", |
| 18 | + "@oclif/test": "^1", |
| 19 | + "@types/chai": "^4", |
| 20 | + "@types/mocha": "^5", |
| 21 | + "@types/node": "^10", |
| 22 | + "chai": "^4", |
| 23 | + "eslint": "^5.13", |
| 24 | + "eslint-config-oclif": "^3.1", |
| 25 | + "eslint-config-oclif-typescript": "^0.1", |
| 26 | + "globby": "^10", |
| 27 | + "mocha": "^5", |
| 28 | + "nyc": "^14", |
| 29 | + "ts-node": "^8", |
| 30 | + "typescript": "^3.3" |
| 31 | + }, |
| 32 | + "engines": { |
| 33 | + "node": ">=8.0.0" |
| 34 | + }, |
| 35 | + "files": [ |
| 36 | + "/bin", |
| 37 | + "/lib", |
| 38 | + "/npm-shrinkwrap.json", |
| 39 | + "/oclif.manifest.json" |
| 40 | + ], |
| 41 | + "homepage": "https://github.com/fmilani/ppp", |
| 42 | + "keywords": [ |
| 43 | + "oclif" |
| 44 | + ], |
| 45 | + "license": "MIT", |
| 46 | + "main": "lib/index.js", |
| 47 | + "oclif": { |
| 48 | + "commands": "./lib/commands", |
| 49 | + "bin": "ppp", |
| 50 | + "plugins": [ |
| 51 | + "@oclif/plugin-help" |
| 52 | + ] |
| 53 | + }, |
| 54 | + "repository": "fmilani/ppp", |
| 55 | + "scripts": { |
| 56 | + "postpack": "rm -f oclif.manifest.json", |
| 57 | + "posttest": "eslint . --ext .ts --config .eslintrc", |
| 58 | + "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme", |
| 59 | + "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", |
| 60 | + "version": "oclif-dev readme && git add README.md" |
| 61 | + }, |
| 62 | + "types": "lib/index.d.ts" |
| 63 | +} |
0 commit comments