2022-11-09 14:44:05 +01:00
|
|
|
{
|
|
|
|
"name": "april",
|
2023-02-25 10:45:31 +01:00
|
|
|
"version": "4.5.3-beta",
|
2022-11-09 14:44:05 +01:00
|
|
|
"description": "Best bot ever OwO",
|
|
|
|
"main": "index.js",
|
|
|
|
"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-03-15 09:20:13 +01:00
|
|
|
"discord.js": "^14.8.0",
|
2023-03-14 00:03:13 +01:00
|
|
|
"sequelize": "^6.29.3",
|
2023-03-15 09:19:45 +01:00
|
|
|
"sqlite3": "^5.1.5"
|
2022-11-09 14:44:05 +01:00
|
|
|
}
|
|
|
|
}
|