Yield generated for dbe41bfd-4e52-4cd1-b414-a84e6bb796d1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

67 lines
1.6 KiB

{
"name": "nbx",
"description": "My own personal cli",
"version": "0.0.0",
"author": "Nicolas Beaussart @beaussart",
"bin": {
"nbx": "./bin/run"
},
"bugs": "https://github.com/beaussart/nbx/issues",
"dependencies": {
"@oclif/command": "1",
"@oclif/config": "1",
"@oclif/errors": "1.2.2",
"@oclif/plugin-help": "2",
"@oclif/plugin-not-found": "1.2.3",
"@oclif/plugin-warn-if-update-available": "1.7.0",
"axios": "0.19.1",
"colors": "1.3.3",
"fs-jetpack": "2.2.3",
"ora": "4.0.0",
"tslib": "1"
},
"devDependencies": {
"@oclif/dev-cli": "1",
"@types/node": "10",
"eslint": "5.13",
"eslint-config-oclif": "3.1",
"eslint-config-oclif-typescript": "0.1",
"globby": "10",
"ts-node": "8",
"typescript": "3.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/beaussart/nbx",
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "nbx",
"plugins": [
"@oclif/plugin-help",
"@oclif/errors",
"@oclif/plugin-warn-if-update-available",
"@oclif/plugin-not-found"
]
},
"repository": "beaussart/nbx",
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"posttest": "eslint . --ext .ts --config .eslintrc",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"test": "echo NO TESTS",
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts"
}