generator-senbochen-cli
Version:
这是一个自定义的yeoman脚手架
24 lines (22 loc) • 694 B
JSON
{
"name": "generator-senbochen-cli",
"version": "1.0.2",
"description": "这是一个自定义的yeoman脚手架",
"main": "index.js",
"scripts": {
"prebuild": "npm run lint && npm run test && npm run doc",
"build": "node ./build/rollup.js",
"lint": "eslint --ext .js, src",
"test": "mocha --require babel-register --require babel-polyfill --bail",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"doc": "jsdoc -c ./jsdoc.json"
},
"author": "senbochen",
"license": "ISC",
"keywords": ["yoeman","senbochen-cli","pinia@2.0.14","vue3.0"],
"dependencies": {
"chalk": "^5.0.1",
"yeoman-generator": "^5.6.1",
"yosay": "^2.0.2"
}
}