2021-10-08 23:58:57 +00:00
|
|
|
{
|
|
|
|
"name": "giveaway-child",
|
2022-12-02 09:00:49 +00:00
|
|
|
"version": "2.2.0",
|
2021-10-08 23:58:57 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js",
|
|
|
|
"dev": "nodemon index.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "16.x"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/EmotionChild/Giveaway-Child.git"
|
|
|
|
},
|
|
|
|
"author": "EmotionChild",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/EmotionChild/Giveaway-Child/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/EmotionChild/Giveaway-Child#readme",
|
|
|
|
"dependencies": {
|
2022-09-28 11:31:07 +00:00
|
|
|
"beautify": "0.0.8",
|
2022-12-02 08:53:58 +00:00
|
|
|
"discord-giveaways": "^6.0.1",
|
2022-09-28 11:31:07 +00:00
|
|
|
"discord-sync-commands": "0.3.0",
|
2022-12-02 08:53:58 +00:00
|
|
|
"discord.js": "^14.6.0",
|
2021-12-10 05:24:04 +00:00
|
|
|
"fero-ms": "^2.0.7",
|
2021-10-08 23:58:57 +00:00
|
|
|
"ms": "^2.1.3",
|
2022-09-28 11:31:07 +00:00
|
|
|
"quickdb": "1.0.5",
|
|
|
|
"quickmongo": "4.0.0"
|
2021-10-08 23:58:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-16 18:36:32 +00:00
|
|
|
"nodemon": "^2.0.20"
|
2021-10-08 23:58:57 +00:00
|
|
|
}
|
2022-12-02 09:00:49 +00:00
|
|
|
}
|