@bmstravel/nvp-cli
Version:
🏆 Command line tool
69 lines (68 loc) • 1.56 kB
JSON
{
"name": "@bmstravel/nvp-cli",
"version": "0.2.94",
"description": "🏆 Command line tool",
"license": "MIT",
"type": "module",
"bin": {
"nvp": "./bin/nvp.js"
},
"main": "lib/plopfile.js",
"module": "es/plopfile.js",
"types": "lib/plopfile.d.ts",
"files": [
"/lib",
"/es",
"/dist"
],
"keywords": [
"cli",
"nvp",
"microservices"
],
"scripts": {
"build": "father build",
"lint:fix": "eslint . --fix",
"lint-eslint": "eslint --ext .ts src",
"type-check": "tsc --pretty --noEmit",
"prettier": "prettier --write src",
"test": "father test",
"test:coverage": "father test --coverage",
"generate": "nvp"
},
"peerDependencies": {
"lodash": "^4.x"
},
"devDependencies": {
"@types/handlebars-helpers": "^0.5.3",
"yargs-promise": "^1.1.0"
},
"dependencies": {
"async": "^3.2.2",
"consolidate": "^0.16.0",
"download-git-repo": "^3.0.2",
"exeq": "^3.0.0",
"glob": "^7.2.0",
"handlebars": "^4.7.7",
"handlebars-helpers": "^0.10.0",
"inquirer": "^7.3.3",
"kleur": "^4.1.4",
"metalsmith": "^2.3.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.6",
"mkdirp": "^1.0.4",
"multimatch": "^4.0.0",
"plop": "^3.0.5",
"rimraf": "^3.0.2",
"update-notifier": "^5.1.0",
"yargs": "^17.5.1"
},
"publishConfig": {
"access": "public"
},
"authors": [
"phongnv86 <phongnguyenvan86@gmail.com>",
"phongnv86 <phongnv@media-one.vn>"
],
"gitHead": "e89ff07941e2772acafb822bc3800eef208a580b"
}