UNPKG

cli-pfalfa

Version:
64 lines (63 loc) 1.45 kB
{ "name": "cli-pfalfa", "description": "Command Line Interface Pfalfa", "version": "0.1.10", "author": "eksant <eksant@gmail.com>", "bin": { "pfalfa": "./bin/run" }, "bugs": "https://github.com/eksant/cli-pfalfa/issues", "dependencies": { "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/plugin-help": "^2", "cli-ux": "^5.4.4", "form-data": "^3.0.0", "inquirer": "^7.0.4", "jsonfile": "^5.0.0", "moment": "^2.24.0", "node-fetch": "^2.6.0" }, "devDependencies": { "@oclif/dev-cli": "^1", "@oclif/test": "^1", "chai": "^4", "eslint": "^5.13", "eslint-config-oclif": "^3.1", "globby": "^10", "mocha": "^5", "nyc": "^14" }, "engines": { "node": ">=8.0.0" }, "files": [ "/bin", "/npm-shrinkwrap.json", "/oclif.manifest.json", "/src" ], "homepage": "https://github.com/eksant/cli-pfalfa", "keywords": [ "cli", "pfalfa", "eksa" ], "license": "MIT", "main": "src/index.js", "oclif": { "commands": "./src/commands", "bin": "cli-pfalfa", "plugins": [ "@oclif/plugin-help" ] }, "repository": "eksant/cli-pfalfa", "scripts": { "postpack": "rm -f oclif.manifest.json", "posttest": "eslint .", "prepack": "oclif-dev manifest && oclif-dev readme", "test": "nyc mocha --forbid-only \"test/**/*.test.js\"", "version": "oclif-dev readme && git add README.md" } }