16 lines
284 B
JSON
16 lines
284 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|