UNPKG

@fewer/cli

Version:

The CLI to scaffold and perform operations for Fewer.

89 lines (88 loc) 2.19 kB
{ "oclif": { "commands": "./lib/commands", "bin": "fewer", "plugins": [ "@oclif/plugin-help", "@oclif/plugin-not-found", "@oclif/plugin-warn-if-update-available" ], "hooks": { "prerun": "./lib/hooks/ensureProject" } }, "name": "@fewer/cli", "version": "0.1.7", "description": "The CLI to scaffold and perform operations for Fewer.", "keywords": [ "cli", "fewer" ], "author": "Jordan Gensler <jgensler@netflix.com>", "homepage": "https://github.com/fewer/fewer", "license": "MIT", "bin": { "fewer": "./bin/run" }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "/lib", "/bin", "/templates", "/oclif.manifest.json" ], "repository": { "type": "git", "url": "git+https://github.com/fewer/fewer.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "prepack": "oclif-dev manifest", "postpack": "rm -f oclif.manifest.json" }, "bugs": { "url": "https://github.com/fewer/fewer/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "@babel/generator": "^7.3.0", "@babel/template": "^7.2.2", "@babel/types": "^7.3.0", "@oclif/command": "^1.5.6", "@oclif/config": "^1.9.0", "@oclif/errors": "^1.2.2", "@oclif/parser": "^3.7.2", "@oclif/plugin-help": "^2.1.4", "@oclif/plugin-not-found": "^1.2.2", "@oclif/plugin-warn-if-update-available": "^1.5.4", "@types/ejs": "^2.6.1", "cli-ux": "^5.0.0", "cosmiconfig": "^5.0.7", "ejs": "^2.6.1", "enquirer": "^2.3.0", "execa": "^1.0.0", "joi": "^14.3.1", "lodash": "^4.17.11", "mkdirp": "^0.5.1", "prettier": "^1.16.1", "ts-node": "^7.0.1" }, "devDependencies": { "@oclif/dev-cli": "^1.21.0", "@types/babel__generator": "^7.0.1", "@types/babel__template": "^7.0.1", "@types/cosmiconfig": "^5.0.3", "@types/execa": "^0.9.0", "@types/joi": "^14.0.1", "@types/lodash": "^4.14.120", "@types/mkdirp": "^0.5.2", "@types/prettier": "^1.15.2", "fewer": "^0.1.3" }, "gitHead": "d5aec199af1234830f582dc1c9333ebac1178d80" }