dicedicedice/package.json
2023-07-22 01:03:17 -04:00

27 lines
614 B
JSON

{
"name": "dicedicedice",
"version": "1.4.0",
"description": "Dice bot",
"main": "src/index.js",
"scripts": {
"start": "node .",
"init": "yarn install && cp template.env .env"
},
"author": "Dakedres",
"license": "GPL-3.0",
"homepage": "https://github.com/Dakedres/dicedicedice",
"repository": {
"type": "git",
"url": "https://github.com/Dakedres/dicedicedice.git"
},
"bugs": {
"url": "https://github.com/Dakedres/dicedicedice/issues"
},
"type": "module",
"dependencies": {
"classic-level": "^1.3.0",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3"
}
}