April/package.json
2023-09-04 21:04:48 +02:00

35 lines
728 B
JSON

{
"name": "april",
"version": "4.5.3-beta",
"description": "Best bot ever OwO",
"main": "index.js",
"scripts": {
"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.5.0",
"discord.js": "^14.13.0",
"moment-duration-format": "^2.3.2",
"sequelize": "^6.32.1",
"sqlite3": "^5.1.6"
}
}