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.
26 lines
682 B
26 lines
682 B
{
|
|
"name": "freecityhk-minecraft-discord-bot",
|
|
"version": "1.0.0",
|
|
"main": "run/app.js",
|
|
"license": "MIT",
|
|
"author": "jasonfoknxu <nxu@nxu.biz> (https://nxuweb.net)",
|
|
"repository": "github:jasonfoknxu/freecityhk-minecraft-discord-bot",
|
|
"scripts": {
|
|
"start": "pm2 start ecosystem.config.js --no-daemon",
|
|
"build": "tsc -p tsconfig.json",
|
|
"test": "node run/app.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"canvas": "^2.11.0",
|
|
"discord.js": "^14.8.0",
|
|
"dotenv": "^16.0.3",
|
|
"minecraft-server-util": "^5.4.0",
|
|
"node-schedule": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node-schedule": "^2.1.0",
|
|
"typescript": "^5.0.2"
|
|
}
|
|
}
|