mytool-xjp
Version:
前端脚手架工具
38 lines (37 loc) • 749 B
JSON
{
"name": "mytool-xjp",
"version": "1.1.6",
"bin": {
"mytool": "./bin/mytool"
},
"description": "前端脚手架工具",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "hema",
"license": "MIT",
"keywords": [
"脚手架",
"前端工程化"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^5.16.0"
},
"dependencies": {
"commander": "^2.20.0",
"handlebars": "^4.1.2",
"inquirer": "^6.3.1",
"loadsh": "0.0.4",
"metalsmith": "^2.3.0",
"npm": "^6.9.0",
"ora": "^3.4.0",
"path": "^0.12.7"
},
"engines": {
"node": ">=8.0.0"
}
}