UNPKG

nuevo-cli

Version:
65 lines (64 loc) 1.58 kB
{ "name": "nuevo-cli", "description": "Nuevo CLI", "version": "0.0.1-beta.2", "author": "Travis Reynolds", "bin": { "nuevo": "./bin/run" }, "bugs": "https://github.com/thetre97/nuevo-cli/issues", "repository": "thetre97/nuevo-cli", "scripts": { "serve": "node bin/run", "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json", "posttest": "eslint src/. --fix", "prepack": "oclif-dev manifest && oclif-dev readme && npm shrinkwrap", "test": "nyc mocha --forbid-only \"test/**/*.test.js\"", "version": "oclif-dev readme && git add README.md" }, "dependencies": { "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/plugin-help": "^2", "colors": "^1.3.2", "fs-extra": "^7.0.0", "inquirer": "^6.2.0", "pkg-up": "^2.0.0" }, "devDependencies": { "@oclif/dev-cli": "^1", "@oclif/test": "^1", "chai": "^4", "eslint": "^5.6.1", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "globby": "^8", "mocha": "^5", "nyc": "^13" }, "engines": { "node": ">=8.0.0" }, "files": [ "/bin", "/npm-shrinkwrap.json", "/oclif.manifest.json", "/src" ], "homepage": "https://github.com/thetre97/nuevo-cli", "keywords": [ "nuevo" ], "license": "MIT", "main": "src/index.js", "oclif": { "commands": "./src/commands", "bin": "nuevo", "plugins": [ "@oclif/plugin-help" ] } }