Files
blitzcrank/package.json
Drew Malzahn e5e38e6100 WIP: Basic event loop, database code
The monster is starting to resemble a working program
2025-06-30 00:28:47 -04:00

31 lines
694 B
JSON

{
"name": "blitzcrank",
"version": "1.0.0",
"description": "FIRED UP AND READY TO SERVE",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwwmmn/blitzcrank.git"
},
"keywords": [
"discord",
"bot"
],
"author": "Drew Malzahn",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwwmmn/blitzcrank/issues"
},
"homepage": "https://github.com/dwwmmn/blitzcrank#readme",
"dependencies": {
"@biomejs/biome": "^2.0.6",
"chrono-node": "^2.8.3",
"discord.js": "^14.21.0",
"sequelize": "^6.37.7",
"sqlite3": "^5.1.7"
}
}