ts-make-gen
Version:
Lightning Fast Typescript Project Generator
26 lines (25 loc) • 548 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": {
"express": "^4.18.2",
"dotenv": "^16.0.3",
"axios": "^1.2.2",
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.10",
"typescript": "^4.5.5",
"ts-node-dev": "^2.0.0"
},
"keywords": [],
"author": "",
"license": "ISC"
}