bkk-raindar-discord/package.json

19 lines
408 B
JSON
Raw Permalink Normal View History

2024-05-28 22:10:02 +07:00
{
"name": "bkk-raindar-discord",
"version": "1.0.0",
"description": "Discord bot for Bangkok weather station",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"discord.js": "^14.15.2",
"node-html-parser": "^6.1.13"
}
}