create-dxcli
Version:
dxcli: create your own CLI
76 lines (75 loc) • 1.89 kB
JSON
{
"name": "create-dxcli",
"description": "dxcli: create your own CLI",
"version": "0.28.16",
"author": "Jeff Dickey @jdxcode",
"bin": "bin/run",
"bugs": "https://github.com/dxcli/create-dxcli/issues",
"dependencies": {
"@dxcli/command": "^0.2.5",
"@dxcli/config": "^0.1.37",
"@dxcli/engine": "^0.1.18",
"@dxcli/version": "^0.1.12",
"cli-ux": "^3.3.8",
"debug": "^3.1.0",
"fixpack": "^2.3.1",
"lodash": "^4.17.4",
"sort-pjson": "^1.0.2",
"yeoman-environment": "^2.0.5",
"yeoman-generator": "^2.0.2",
"yosay": "^2.0.1"
},
"devDependencies": {
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"@dxcli/dev": "^2.0.16",
"@dxcli/nyc-config": "^0.0.4",
"@dxcli/tslint": "^0.1.3",
"@types/shelljs": "^0.7.7",
"@types/yeoman-generator": "^2.0.1",
"@types/yosay": "^0.0.29",
"chai": "^4.1.2",
"eslint": "^4.16.0",
"execa": "^0.9.0",
"fancy-test": "^0.6.5",
"fs-extra": "^5.0.0",
"husky": "^0.14.3",
"mocha": "^5.0.0",
"mocha-junit-reporter": "^1.17.0",
"npm-run-path": "^2.0.2",
"nps": "^5.7.1",
"nps-utils": "^1.5.0",
"shelljs": "^0.8.1",
"tmp": "^0.0.33",
"ts-node": "^4.1.0",
"typescript": "^2.6.2"
},
"dxcli": {
"commands": "./lib/commands",
"plugins": [
"@dxcli/version"
]
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/bin",
"/lib",
"/templates"
],
"homepage": "https://github.com/dxcli/create-dxcli",
"keywords": [
"dxcli"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "dxcli/create-dxcli",
"scripts": {
"commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS",
"precommit": "nps lint -l warn",
"prepublishOnly": "nps build",
"test": "nps test -l warn"
},
"types": "lib/index.d.ts"
}