This repository has been archived on 2023-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
goods-girl/package.json
2021-04-01 15:22:32 +03:00

24 lines
561 B
JSON

{
"name": "goods-girl",
"version": "1.0.0",
"description": "A Discord bot that checks out if goods are in store or not",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mestima/goods-girl.git"
},
"author": "Mestima",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mestima/goods-girl/issues"
},
"homepage": "https://github.com/Mestima/goods-girl#readme",
"dependencies": {
"discord.js": "^12.5.1",
"node-fetch": "^2.6.1"
}
}