Files
2026-03-25 01:12:37 +07:00

18 lines
401 B
JSON

{
"name": "ts-template",
"version": "0.0.1",
"description": "description",
"main": "dist/index.js",
"scripts": {
"build": "tsc --noEmit false",
"dev": "tsc --watch",
"start": "node dist/index.js"
},
"author": "RedStone576",
"license": "Artistic-2.0",
"devDependencies": {
"@types/node": "^25.5.0",
"typescript": "^6.0.2"
}
}