Holana/package.json

36 lines
841 B
JSON
Raw Normal View History

2021-10-08 16:58:57 -07:00
{
"name": "giveaway-child",
2023-03-19 02:50:51 -07:00
"version": "2.1.1",
2021-10-08 16:58:57 -07: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 04:31:07 -07:00
"beautify": "0.0.8",
2022-12-02 00:53:58 -08:00
"discord-giveaways": "^6.0.1",
2022-09-28 04:31:07 -07:00
"discord-sync-commands": "0.3.0",
2023-03-19 02:50:51 -07:00
"discord.js": "^13.14.0",
2021-12-09 21:24:04 -08:00
"fero-ms": "^2.0.7",
2021-10-08 16:58:57 -07:00
"ms": "^2.1.3",
2022-09-28 04:31:07 -07:00
"quickdb": "1.0.5",
"quickmongo": "4.0.0"
2021-10-08 16:58:57 -07:00
},
"devDependencies": {
"nodemon": "^2.0.20"
2021-10-08 16:58:57 -07:00
}
2022-12-02 01:00:49 -08:00
}