2021-06-26 20:08:26 +00:00
|
|
|
{
|
|
|
|
"name": "nodbot",
|
2021-07-13 20:25:45 +00:00
|
|
|
"version": "2.1.0",
|
2021-06-26 20:08:26 +00:00
|
|
|
"description": "Nods and Nod Accessories.",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
2021-07-13 19:58:02 +00:00
|
|
|
"axios": "^0.21.1",
|
2021-06-26 20:08:26 +00:00
|
|
|
"discord.js": "^12.5.3",
|
2021-06-26 21:38:18 +00:00
|
|
|
"dotenv": "^10.0.0",
|
2021-07-09 23:00:28 +00:00
|
|
|
"giphy-api": "^2.0.2",
|
2021-07-01 22:12:21 +00:00
|
|
|
"nodemon": "^2.0.9"
|
2021-06-26 20:08:26 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|