UNPKG

discord-coc-bot

Version:

A Discord bot that contains commands useful for Call of Cthulu text roleplaying, based on RPbot by Gawdl3y (https://github.com/Gawdl3y/discord-rpbot/)

64 lines (63 loc) 1.39 kB
{ "name": "discord-coc-bot", "version": "1.2.1", "description": "A Discord bot that contains commands useful for Call of Cthulu text roleplaying, based on RPbot by Gawdl3y (https://github.com/Gawdl3y/discord-rpbot/)", "license": "MIT", "author": "Zora Xing", "repository": { "type": "git", "url": "https://github.com/xingrz1993/discord-rpbot.git" }, "bugs": { "url": "https://github.com/xingrz1993/discord-rpbot/issues" }, "keywords": [ "discord", "bot", "roleplaying", "dice" ], "preferGlobal": true, "scripts": { "build": "gulp" }, "bin": { "rpbot": "lib/rpbot.js", "rpbot-sharder": "lib/sharder.js" }, "dependencies": { "babel-preset-env": "^1.7.0", "common-tags": "^1.4.0", "dice-expression-evaluator": "^0.1.0", "discord-graf": "^0.15.0", "discord.js": "^11.0.0", "gulp-cli": "^2.3.0", "nodent-runtime": "^3.2.1", "sqlite": "^2.3.0", "universal-analytics": "^0.4.0", "yargs": "^6.6.0" }, "devDependencies": { "babel-eslint": "^7.2.3", "babel-preset-es2015-node6": "^0.4.0", "del": "^2.2.2", "eslint": "^3.14.0", "fast-async": "^6.3.8", "gulp": "github:gulpjs/gulp#v4.0.0", "gulp-babel": "^6.1.3", "gulp-eslint": "^3.0.1", "gulp-exec": "^2.1.3", "gulp-sourcemaps": "^2.6.5" }, "engines": { "node": ">=6.0.0" }, "babel": { "presets": [ "es2015-node6" ], "plugins": [ "fast-async" ] } }