knightrider/package.json
2025-03-20 21:30:17 +00:00

33 lines
900 B
JSON

{
"name": "knightrider",
"version": "4.9.000",
"description": "a bot for a private discord server",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"start": "node ./dist/index.js",
"dev": "nodemon"
},
"author": "404invalid-user",
"repository": {
"type": "git",
"url": "https://github.com/404invalid-user/knightrider.git"
},
"license": "Apache license 2.0",
"dependencies": {
"body-parser": "*",
"discord-bitfield-calculator": "^1.0.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"mariadb": "^3.4.0",
"mcstatusbot-logger": "^1.0.5",
"mysql2": "^3.12.0",
"sequelize": "^6.37.5"
},
"devDependencies": {
"@types/express": "^5.0.0",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2"
}
}