ts-make-gen
Version:
Lightning Fast Typescript Project Generator
37 lines (36 loc) • 834 B
JSON
{
"name": "ts-make-gen",
"version": "1.0.3",
"description": "Lightning Fast Typescript Project Generator",
"main": "dist/index.js",
"bin": "dist/index.js",
"author": "Chandu Lanka",
"keywords": [
"typescript",
"tsconfig.json",
"ts",
"tsmake"
],
"license": "MIT",
"type": "module",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"start": "tsc && node dist/index.js"
},
"dependencies": {
"@types/inquirer": "^9.0.3",
"inquirer": "^9.1.4"
},
"devDependencies": {
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaderdev/tsmake.git"
},
"bugs": {
"url": "https://github.com/vaderdev/tsmake/issues"
},
"homepage": "https://github.com/vaderdev/tsmake"
}