@moleculer/vorpal
Version:
Node's first framework for building immersive CLI apps.
92 lines (91 loc) • 2.13 kB
JSON
{
"name": "@moleculer/vorpal",
"version": "1.11.5",
"description": "Node's first framework for building immersive CLI apps.",
"main": "./dist/vorpal.js",
"scripts": {
"test": "gulp build && mocha --exit",
"prepublish": "in-publish && gulp build || not-in-publish",
"release": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moleculerjs/vorpal.git"
},
"keywords": [
"api",
"cli",
"repl",
"shell",
"immersive",
"framework",
"app",
"application",
"command",
"commander",
"automated",
"prompt",
"inquirer"
],
"author": "MoleculerJS",
"license": "MIT",
"bugs": {
"url": "https://github.com/moleculerjs/vorpal/issues"
},
"homepage": "https://github.com/moleculerjs/vorpal#readme",
"devDependencies": {
"@babel/core": "7.6.0",
"@babel/preset-env": "7.6.0",
"babel": "^6.3.26",
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"bluebird": "^3.1.1",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-changed": "4.0.1",
"gulp-eslint": "6.0.0",
"gulp-xo": "0.22.0",
"load-plugins": "^2.1.2",
"mocha": "^6.2.0",
"moment": "^2.10.3",
"request": "^2.58.0",
"should": "^13.2.3",
"vorpal-less": "0.0.13",
"xo": "0.24.0"
},
"dependencies": {
"babel-polyfill": "^6.3.14",
"chalk": "^2.4.2",
"in-publish": "^2.0.0",
"inquirer": "7.0.0",
"lodash": "^4.17.15",
"log-update": "^3.3.0",
"minimist": "^1.2.0",
"node-localstorage": "^1.3.1",
"strip-ansi": "^5.2.0",
"wrap-ansi": "^6.0.0",
"json-stringify-safe": "^5.0.1"
},
"engines": {
"node": ">= 8.0.0"
},
"xo": {
"space": true,
"rules": {
"no-eval": 0,
"no-unused-expressions": 0,
"max-nested-callbacks": 0,
"no-proto": 0,
"wrap-iife": 0,
"global-require": 0,
"no-negated-condition": 0,
"no-loop-func": 0,
"no-implicit-coercion": 0,
"no-use-extend-native/no-use-extend-native": 0,
"no-undef": 0
}
},
"files": [
"dist"
]
}