nodbot/package.json

30 lines
675 B
JSON

{
"name": "nodbot",
"version": "1.0.0",
"description": "Nods and Nod Accessories.",
"main": "index.js",
"dependencies": {
"axios": "^0.21.1",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"giphy-api": "^2.0.2",
"nodemon": "^2.0.9"
},
"devDependencies": {
"eslint": "^7.29.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voidf1sh/nodbot.git"
},
"author": "voidf1sh#0420",
"license": "ISC",
"bugs": {
"url": "https://github.com/voidf1sh/nodbot/issues"
},
"homepage": "https://github.com/voidf1sh/nodbot#readme"
}