Files
blitzcrank/package.json
2025-07-06 15:58:54 -04:00

35 lines
772 B
JSON

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