18 lines
401 B
JSON
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"
|
|
}
|
|
}
|