create-incu-app
Version:
Create a new incu app 🍃
48 lines (47 loc) • 967 B
JSON
{
"name": "create-incu-app",
"version": "1.0.3",
"description": "Create a new incu app 🍃",
"repository": {
"type": "git",
"url": "git+https://github.com/Incubator-it/create-incu-app"
},
"homepage": "https://github.com/Incubator-it/create-incu-app#readme",
"main": "index.mjs",
"bin": {
"create-incu-app": "dist/index.js"
},
"files": [
"dist",
"templates"
],
"keywords": [
"React",
"Vite",
"Next",
"Incubator",
"create",
"app"
],
"author": "Javo",
"license": "ISC",
"dependencies": {
"glob": "^10.3.5",
"picocolors": "^1.0.0",
"prompts": "^2.4.2",
"yargs": "^17.7.2"
},
"scripts": {
"build": "tsup",
"start": "node dist/index.js",
"dev": "tsup --watch"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.32",
"prettier": "^3.0.3",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}