ts-make-gen
Version:
Lightning Fast Typescript Project Generator
24 lines (23 loc) • 580 B
JSON
{
"name": "project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"start": "tsc && node dist/index.js"
},
"dependencies": {
"@types/chalk-animation": "^1.6.1",
"@types/figlet": "^1.5.5",
"@types/gradient-string": "^1.1.2",
"@types/inquirer": "^9.0.3"
},
"devDependencies": {
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4"
},
"keywords": [],
"author": "",
"license": "ISC"
}