create-vitnode-app
Version:
Create a new VitNode app in seconds.
54 lines • 1.3 kB
JSON
{
"name": "create-vitnode-app",
"version": "0.1.6",
"description": "Create a new VitNode app in seconds.",
"author": "VitNode Team",
"license": "MIT",
"homepage": "https://vitnode.com",
"repository": {
"type": "git",
"url": "git+https://github.com/VitNode/vitnode.git",
"directory": "packages/create-vitnode-app"
},
"type": "module",
"bin": {
"create-vitnode-app": "dist/index.cjs"
},
"keywords": [
"vitnode",
"react",
"next",
"nest",
"nextjs",
"nestjs",
"typescript",
"next.js",
"nest.js"
],
"dependencies": {
"figlet": "^1.8.0",
"picocolors": "^1.1.1",
"prompts": "^2.4.2",
"validate-npm-package-name": "^6.0.0"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/figlet": "^1.7.0",
"@types/node": "^22.10.5",
"@types/prompts": "^2.4.9",
"@types/validate-npm-package-name": "^4.0.2",
"commander": "^13.0.0",
"cross-spawn": "^7.0.6",
"ora": "^8.1.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"eslint-config-typescript-vitnode": "0.1.6"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build:scripts": "tsup index.ts",
"dev:script": "tsup index.ts --watch",
"start:script": "node dist/index.cjs"
}
}