xpn-cli
Version:
橡皮泥脚手架,最灵活的代码生成平台
34 lines (33 loc) • 854 B
JSON
{
"name": "xpn-cli",
"version": "1.0.1",
"description": "橡皮泥脚手架,最灵活的代码生成平台",
"scripts": {
"dev": "node ./bin/xpn-cli.js clone 919d7b30-8108-11ea-ba8d-00067b709921",
"dev:publish": "npm publish --registry=http://registry.npmjs.com",
"dev:install": "npm install -g xpn-cli --registry=http://registry.npmjs.com"
},
"bin": {
"xpn-cli": "./bin/xpn-cli.js"
},
"repository": {
"type": "git",
"url": "http://jcode.cbpmgt.com/git/dev-b-playdough-d-node.git"
},
"keywords": [
"橡皮泥",
"脚手架",
"代码生成"
],
"author": "张磊",
"license": "ISC",
"dependencies": {
"art-template": "^4.13.2",
"cli-color": "^2.0.0",
"commander": "^2.19.0",
"iconv-lite": "^0.5.1",
"md5": "^2.2.1",
"moment": "^2.25.3",
"shelljs": "^0.8.4"
}
}