cardboardbox/package.json

37 lines
985 B
JSON
Raw Normal View History

2019-11-26 21:22:24 +00:00
{
2019-12-11 18:53:23 +00:00
"name": "cardboardbot",
"version": "1.0.0",
"description": "Discord bot that manages everything at my discord server.",
2019-11-26 21:22:24 +00:00
"main": "index.js",
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
2020-08-12 01:49:18 +00:00
"url": "git+https://gitdab.com/rhearmas/cardboardbox.git"
2019-11-26 21:22:24 +00:00
},
2019-12-11 18:53:23 +00:00
"author": "rhearmas <rhearmas@gmail.com> (http://rhearmas.carrd.co)",
2019-11-26 21:22:24 +00:00
"bugs": {
2020-08-12 01:49:18 +00:00
"url": "https://gitdab.com/rhearmas/cardboardbox/issues"
2019-11-26 21:22:24 +00:00
},
2020-08-12 01:49:18 +00:00
"homepage": "https://gitdab.com/rhearmas/cardboardbox#readme",
2019-11-26 21:22:24 +00:00
"dependencies": {
"better-sqlite3": "^5.4.0",
"chalk": "^2.4.2",
"common-tags": "^1.8.0",
2019-11-26 21:22:24 +00:00
"crawl": "^0.3.1",
2019-12-21 21:41:42 +00:00
"dateformat": "^3.0.3",
"discord-emoji": "^1.1.1",
2019-11-26 21:22:24 +00:00
"discord.js": "^11.5.1",
"enmap": "^5.0.0",
"inquirer": "^6.3.1",
"math-expression-evaluator": "^1.2.17",
2019-11-26 21:22:24 +00:00
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
2020-01-27 23:44:10 +00:00
"node-fetch": "^2.6.0",
2019-12-13 15:56:41 +00:00
"recrawl": "^2.0.0",
"roll": "^1.2.0",
2019-12-13 15:56:41 +00:00
"webdict": "^0.3.0"
2019-11-26 21:22:24 +00:00
}
}