Holana/package.json

37 lines
845 B
JSON
Raw Normal View History

2021-10-08 16:58:57 -07:00
{
"name": "giveaway-child",
2021-12-09 21:24:04 -08:00
"version": "2.0.0",
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": {
"beautify": "^0.0.8",
"discord-giveaways": "^5.0.1",
"discord-sync-commands": "^0.3.0",
"discord.js": "^13.2.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",
"quickdb": "^1.0.5",
"quickmongo": "^4.0.0"
},
"devDependencies": {
"nodemon": "^2.0.13"
}
}