create-sps-project
Version:
CLI tool to create SPS Digital Tech template projects
27 lines (26 loc) • 551 B
JSON
{
"name": "create-sps-project",
"version": "1.0.9",
"description": "CLI tool to create SPS Digital Tech template projects",
"main": "src/index.js",
"bin": {
"create-sps-project": "./src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sps",
"template",
"cli",
"project generator"
],
"author": "SPS Digital Tech",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2"
},
"publishConfig": {
"access": "public"
}
}