UNPKG

ts-make-gen

Version:

Lightning Fast Typescript Project Generator

19 lines (18 loc) 376 B
{ "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": {}, "devDependencies": { "ts-node-dev": "^2.0.0", "typescript": "^4.9.4" }, "keywords": [], "author": "", "license": "ISC" }