28 lines
593 B
JSON
28 lines
593 B
JSON
{
|
|
"name": "ulfbot",
|
|
"version": "1.0.0",
|
|
"description": "Telegram bot",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"test": "echo \"No tests yet\" && exit 0"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"better-sqlite3": "^12.8.0",
|
|
"dotenv": "^17.3.1",
|
|
"telegraf": "^4.16.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/node": "^25.5.0",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^6.0.2"
|
|
}
|
|
}
|