You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
890 B

{
"name": "chatgpt-bot-discord-telegram-azure",
"version": "1.0.1",
"main": "build/index.js",
"license": "MIT",
"author": "jasonfoknxu <nxu@nxu.biz> (https://nxuweb.net)",
"repository": "github:jasonfoknxu/chatgpt-bot-discord-telegram-azure",
"scripts": {
"start": "node build/index.js",
"build": "tsc -p tsconfig.json",
"pm2": "pm2 start ecosystem.config.js --no-daemon",
"pm2:update": "pm2 startOrReload ecosystem.config.js",
"docker": "docker compose up -d",
"init:pm2": "yarn install && yarn run build && yarn run pm2",
"init": "yarn install && yarn run build && yarn run start"
},
"devDependencies": {
"@types/node-telegram-bot-api": "^0.61.8",
"typescript": "^5.2.2"
},
"dependencies": {
"@azure/openai": "^1.0.0-beta.6",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"node-telegram-bot-api": "^0.63.0"
}
}