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",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js",
|
|
|
|
"postinstall": "node setup.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-12-11 18:53:23 +00:00
|
|
|
"url": "git+https://github.com/rhearmas/cardboardbot.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": {
|
2019-12-11 18:53:23 +00:00
|
|
|
"url": "https://github.com/rhearmas/cardboardbot/issues"
|
2019-11-26 21:22:24 +00:00
|
|
|
},
|
2019-12-11 18:53:23 +00:00
|
|
|
"homepage": "https://github.com/rhearmas/cardboardbot#readme",
|
2019-11-26 21:22:24 +00:00
|
|
|
"dependencies": {
|
|
|
|
"better-sqlite3": "^5.4.0",
|
|
|
|
"chalk": "^2.4.2",
|
2019-12-13 14:37:25 +00:00
|
|
|
"common-tags": "^1.8.0",
|
2019-11-26 21:22:24 +00:00
|
|
|
"crawl": "^0.3.1",
|
|
|
|
"discord.js": "^11.5.1",
|
|
|
|
"enmap": "^5.0.0",
|
|
|
|
"inquirer": "^6.3.1",
|
2019-12-13 14:37:25 +00:00
|
|
|
"math-expression-evaluator": "^1.2.17",
|
2019-11-26 21:22:24 +00:00
|
|
|
"moment": "^2.24.0",
|
|
|
|
"moment-duration-format": "^2.3.2",
|
2019-12-13 15:56:41 +00:00
|
|
|
"recrawl": "^2.0.0",
|
|
|
|
"webdict": "^0.3.0"
|
2019-12-11 18:53:23 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://npm.pkg.github.com/"
|
2019-11-26 21:22:24 +00:00
|
|
|
}
|
|
|
|
}
|