venbot-tg/package.json
2024-09-13 09:06:05 -04:00

16 lines
282 B
JSON

{
"name": "venbot-tg",
"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"
}
}