April/package.json

43 lines
889 B
JSON
Raw Normal View History

{
"name": "april",
2023-10-04 10:27:39 +02:00
"version": "4.5.4-beta",
"description": "Best bot ever OwO",
2023-09-13 21:12:45 +02:00
"main": "index.mjs",
"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.5.0",
"canvas": "^2.11.2",
"discord.js": "^14.13.0",
2023-09-04 21:04:48 +02:00
"moment-duration-format": "^2.3.2",
"sequelize": "^6.37.2",
"sqlite3": "^5.1.7"
2023-09-08 22:19:55 +02:00
},
"devDependencies": {
2023-10-13 15:04:11 +02:00
"bun-types": "latest",
"eslint": "^8.57.0"
2023-09-08 22:19:55 +02:00
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}