@itzsunny/starter
Version:
starter package for portal
33 lines (32 loc) • 558 B
JSON
{
"name": "@itzsunny/starter",
"version": "1.0.19",
"description": "starter package for portal",
"bin": {
"@itzsunny/starter": "bin/index.js"
},
"type": "module",
"scripts": {
"dev": "node bin/index.js"
},
"keywords": [
"starter",
"templating",
"template",
"starter-template",
"react",
"angular",
"nextjs"
],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^5.2.0",
"clear": "^0.1.0",
"figlet": "^1.5.2",
"gradient-string": "^2.0.2",
"inquirer": "^9.1.4",
"rimraf": "^4.1.2",
"shelljs": "^0.8.5"
}
}