@dawnjs/cli
Version:
78 lines (77 loc) • 1.76 kB
JSON
{
"name": "@dawnjs/cli",
"version": "1.12.2",
"description": "dawn cli",
"main": "./lib/index.js",
"bin": {
"dawn": "./bin/cli.js",
"dn": "./bin/cli.js"
},
"scripts": {},
"keywords": [
"dawn",
"cli",
"dn",
"generate",
"build"
],
"engines": {
"node": ">=12.0.0"
},
"configs": {
"server": "https://alibaba.github.io/dawn",
"registry": "https://registry.npm.taobao.org",
"npm": "npm",
"cache": 3600000,
"middlewarePrefix": "dn-middleware",
"templatePrefix": "dn-template"
},
"author": {
"name": "Houfeng",
"email": "admin@xhou.net"
},
"homepage": "http://alibaba.github.io/dawn",
"bugs": {
"url": "https://github.com/alibaba/dawn/issues",
"email": "admin@xhou.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alibaba/dawn.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"buffer-to-stream": "^1.0.0",
"bufferhelper": "^0.2.1",
"cmdline": "^2.0.4",
"confman": "^0.2.8",
"console3": "^1.0.6",
"copy-dir": "^0.3.0",
"debug": "^3.1.0",
"decompress": "^4.2.0",
"decompress-targz": "^4.1.1",
"del": "^3.0.0",
"globby": "^7.1.1",
"inquirer": "^5.0.1",
"js-yaml": "^3.10.0",
"leftpad": "^0.0.1",
"mkdirp": "^0.5.1",
"node-fetch": "^1.7.3",
"npm": "^6.11.3",
"ntils": "^3.1.11",
"oneport": "^1.0.2",
"react-dev-utils": "^5.0.1",
"require-dir": "^0.3.2",
"resolve-from": "^5.0.0",
"rightpad": "^1.0.1",
"semver": "^5.4.1",
"shify": "^3.0.5",
"stp": "0.0.4",
"stream-to-buffer": "^0.1.0",
"update-notifier": "^2.3.0"
},
"gitHead": "316f1f06cc2c3cbb36e4dfa42ad94027482177b0"
}