April/package.json

34 lines
688 B
JSON
Raw Normal View History

{
"name": "april",
2022-11-11 12:58:20 +01:00
"version": "4.5.1-beta",
"description": "Best bot ever OwO",
"main": "index.js",
"scripts": {
2022-11-09 15:15:53 +01:00
"test": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Art-Portal/April.git"
},
"keywords": [
"discord",
"bot",
"js",
"javascript",
"artportal",
"art"
],
"author": "CoolMan, BakaTaida, Dawn",
"license": "MIT",
"bugs": {
"url": "https://github.com/Art-Portal/April/issues"
},
"homepage": "https://github.com/Art-Portal/April#readme",
"dependencies": {
"@discordjs/rest": "^1.0.0",
"discord.js": "^14.6.0",
"sequelize": "^6.21.3",
"sqlite3": "^5.0.10"
}
}