siong_cm_bot/package.json
2025-04-26 06:16:39 +00:00

31 lines
737 B
JSON

{
"name": "cm_bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.cjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heng5411/cm_bot.git"
},
"author": "yiekheng",
"license": "ISC",
"bugs": {
"url": "https://github.com/heng5411/cm_bot/issues"
},
"homepage": "https://github.com/heng5411/cm_bot#readme",
"dependencies": {
"axios": "^1.8.4",
"cors": "^2.8.5",
"express": "^4.21.2",
"mysql2": "^3.14.0",
"node-telegram-bot-api": "^0.66.0",
"puppeteer": "^24.4.0",
"winston": "^3.17.0",
"xlsx": "^0.18.5"
}
}