ts-template/package.json

16 lines
284 B
JSON
Raw Permalink Normal View History

2024-09-13 09:05:35 -04:00
{
"name": "ts-template",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsc"
},
"author": "nin0dev",
"devDependencies": {
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}