Holana/package.json
2023-04-29 21:59:08 +12:00

40 lines
No EOL
934 B
JSON

{
"name": "giveaway-child",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "16.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmotionChild/Giveaway-Child.git"
},
"author": "EmotionChild",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/EmotionChild/Giveaway-Child/issues"
},
"homepage": "https://github.com/EmotionChild/Giveaway-Child#readme",
"dependencies": {
"axios": "^0.27.2",
"chalk": "^4.1.2",
"discord-giveaways": "^6.0.1",
"discord-handlers": "^0.0.1",
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"japi.rest": "^1.0.1",
"moment": "^2.29.4",
"mongoose": "^6.9.0",
"ms": "^3.0.0-canary.1",
"node-fetch": "^3.3.0",
"parsec": "^2.0.2",
"quickmongo": "^4.0.0"
},
"devDependencies": {
"node": "^16.9.1"
}
}