venbot-tg/package.json

21 lines
464 B
JSON
Raw Permalink Normal View History

2024-09-13 09:06:05 -04:00
{
2024-09-13 12:11:12 -04:00
"name": "venbot-tg",
"main": "dist/index.js",
"scripts": {
"start": "node --no-deprecation dist/index.js",
"build": "tsc",
"dev": "nodemon src/index.ts"
},
"author": "nin0dev",
"devDependencies": {
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"dependencies": {
"sqlite3": "^5.1.7",
"telegraf": "^4.16.3"
}
2024-09-13 09:06:05 -04:00
}