2022-11-09 14:44:05 +01:00
|
|
|
{
|
|
|
|
"name": "april",
|
2023-10-04 10:27:39 +02:00
|
|
|
"version": "4.5.4-beta",
|
2022-11-09 14:44:05 +01:00
|
|
|
"description": "Best bot ever OwO",
|
2023-09-13 21:12:45 +02:00
|
|
|
"main": "index.mjs",
|
2022-11-09 14:44:05 +01:00
|
|
|
"scripts": {
|
2022-11-09 15:15:53 +01:00
|
|
|
"test": "node index"
|
2022-11-09 14:44:05 +01:00
|
|
|
},
|
|
|
|
"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": {
|
2022-12-19 23:07:14 +01:00
|
|
|
"@discordjs/rest": "^1.5.0",
|
2023-09-09 22:06:44 +02:00
|
|
|
"canvas": "^2.11.2",
|
2023-08-22 00:56:23 +02:00
|
|
|
"discord.js": "^14.13.0",
|
2023-09-04 21:04:48 +02:00
|
|
|
"moment-duration-format": "^2.3.2",
|
2023-06-20 00:59:04 +02:00
|
|
|
"sequelize": "^6.32.1",
|
2023-03-21 00:02:32 +01:00
|
|
|
"sqlite3": "^5.1.6"
|
2023-09-08 22:19:55 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-13 15:04:11 +02:00
|
|
|
"bun-types": "latest",
|
|
|
|
"eslint": "^8.51.0"
|
2023-09-08 22:19:55 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"typescript": "^5.0.0"
|
2022-11-09 14:44:05 +01:00
|
|
|
}
|
2023-09-09 22:06:44 +02:00
|
|
|
}
|