< H2 > this is the content of package.json < / H2 >
{
"name": "simple-project-cli",
"version": "1.0.3",
"description": "a simple projetc cli with express, mongoose, react, webpack",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swustdyd/simple-project-cli.git"
},
"keywords": [
"express",
"mongoose",
"react",
"webpack"
],
"author": "dyd",
"license": "ISC",
"bugs": {
"url": "https://github.com/swustdyd/simple-project-cli/issues"
},
"homepage": "https://github.com/swustdyd/simple-project-cli-sharpreadme",
"bin": {
"spcli": "./bin/demo.bin"
},
"dependencies": {
"commander": "^2.15.1"
}
}