mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-02-21 16:52:12 +00:00
29 lines
586 B
JSON
29 lines
586 B
JSON
{
|
|
"name": "bing-bot",
|
|
"type": "module",
|
|
"author": "Udit Karode <udit.karode@gmail.com>",
|
|
"version": "0.1",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc --pretty",
|
|
"start": "node dist",
|
|
"dev": "tsx src/index.ts",
|
|
"test": "tsx src/test.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dotenv-safe": "^8.1.2",
|
|
"@types/node": "^18.15.9",
|
|
"prettier": "^2.8.7",
|
|
"tsx": "^3.12.6",
|
|
"typegram": "^5.0.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"dependencies": {
|
|
"bing-chat": "^0.2.3",
|
|
"dotenv": "^16.0.3",
|
|
"dotenv-safe": "^8.2.0",
|
|
"p-timeout": "^6.1.1",
|
|
"telegraf": "^4.12.2"
|
|
}
|
|
}
|