create-rivas-node
Version:
Creating project nodejs
31 lines (30 loc) • 790 B
JSON
{
"name": "create-rivas-node",
"version": "1.2.0",
"description": "Creating project nodejs",
"main": "index.js",
"keywords": ["nodejs", "node", "create", "project", "rivas", "typescript", "node-cli"],
"bin": {
"create-rivas-node": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rivaslive/create_rivas_node.git"
},
"author": "rivaslive",
"license": "ISC",
"bugs": {
"url": "https://github.com/rivaslive/create_rivas_node/issues"
},
"homepage": "https://github.com/rivaslive/create_rivas_node#readme",
"dependencies": {
"inquirer": "^8.2.0"
},
"devDependencies": {
"@types/node": "^17.0.21"
}
}