Holana/package.json

36 lines
841 B
JSON
Raw Normal View History

2021-10-08 23:58:57 +00:00
{
"name": "giveaway-child",
2023-03-19 09:50:51 +00:00
"version": "2.1.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": {
2022-09-28 11:31:07 +00:00
"beautify": "0.0.8",
2023-03-28 09:10:33 +00:00
"discord-giveaways": "^5.0.1",
2022-09-28 11:31:07 +00:00
"discord-sync-commands": "0.3.0",
2023-03-19 09:50:51 +00:00
"discord.js": "^13.14.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": {
"nodemon": "^2.0.20"
2021-10-08 23:58:57 +00:00
}
2022-12-02 09:00:49 +00:00
}