2021-10-08 23:58:57 +00:00
|
|
|
{
|
|
|
|
"name": "giveaway-child",
|
2021-12-13 00:25:45 +00:00
|
|
|
"version": "2.0.1",
|
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": {
|
|
|
|
"beautify": "^0.0.8",
|
2022-05-18 18:35:47 +00:00
|
|
|
"discord-giveaways": "^5.1.1",
|
2021-10-08 23:58:57 +00:00
|
|
|
"discord-sync-commands": "^0.3.0",
|
2022-06-06 18:37:30 +00:00
|
|
|
"discord.js": "^13.8.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",
|
|
|
|
"quickdb": "^1.0.5",
|
2022-05-18 18:35:30 +00:00
|
|
|
"quickmongo": "^5.1.2"
|
2021-10-08 23:58:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-18 18:35:38 +00:00
|
|
|
"nodemon": "^2.0.16"
|
2021-10-08 23:58:57 +00:00
|
|
|
}
|
|
|
|
}
|