10 lines
146 B
JSON
10 lines
146 B
JSON
{
|
|
"scripts": {
|
|
"start": "ts-node src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.11",
|
|
"typescript": "^4.5.2"
|
|
}
|
|
}
|