Files
Training-Bot/package.json
T

45 lines
936 B
JSON

{
"name": "assistant",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"better-sqlite3": "^12.10.0",
"dotenv": "^17.4.2",
"node-cron": "^4.2.1",
"openai": "^6.38.0",
"telegraf": "^4.16.3"
},
"ts-node": {
"compilerOptions": {
"module": "commonjs"
}
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/jest": "^29.5.14",
"@types/node": "^25.9.1",
"@types/node-cron": "^3.0.11",
"jest": "^29.7.0",
"jest-util": "^29.7.0",
"ts-jest": "^29.4.10",
"ts-node": "^10.9.2",
"tsx": "^4.22.3",
"typescript": "^6.0.3"
}
}