create-nest-app
Version:
Create Nest App Starter
26 lines (25 loc) • 494 B
JSON
{
"name": "create-nest-app",
"version": "1.0.1",
"description": "Create Nest App Starter",
"main": "index.js",
"bin": {
"create-nest-app": "index.js"
},
"dependencies": {
"async": "^2.6.1",
"command-exists": "^1.2.8",
"vorpal": "^1.12.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nest",
"boilerplate",
"starter"
],
"author": "Nikola Spalevic",
"license": "MIT"
}