@pgsz/pg-cli
Version:
pg-cli脚手架的自我学习
30 lines (29 loc) • 690 B
JSON
{
"name": "pg-cli-plugin-vuex",
"version": "0.0.1",
"description": "> TODO: description",
"author": "pgsz <962797832@qq.com>",
"homepage": "https://github.com/pgsz/cli-stu#readme",
"license": "ISC",
"main": "lib/pg-cli-plugin-vuex.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pgsz/cli-stu.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/pgsz/cli-stu/issues"
}
}