UNPKG

mrnodebot

Version:
102 lines (101 loc) 2.77 kB
{ "name": "mrnodebot", "version": "1.0.15", "description": "Your Friendly NodeJS IRC Bot", "main": "index.js", "scripts": { "start": "node ./index.js", "snyke-test": "snyk test", "test": "snyk test && node_modules/mocha/bin/mocha test/**/*.js --reporter spec", "test-watch": "./node_modules/mocha/bin/mocha test/**/*.js --reporter spec -w", "generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json", "snyk-protect": "snyk protect", "prepublish": "npm run snyk-protect" }, "author": "Dave Richer <davericher@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/funsocietyirc/MrNodeBot" }, "keywords": [ "irc", "bot", "fsociety", "nodejs", "framework" ], "engines": { "node": ">=7.8.0", "npm": ">=4.0.0" }, "dependencies": { "accounting-js": "^1.1.1", "app-root-path": "^2.0.1", "basic-auth": "^2.0.0", "body-parser": "^1.17.2", "bookshelf": "^0.12.1", "bot": "0.0.3", "brace-expansion": "^1.1.8", "cheerio": "^1.0.0-rc.2", "clear-module": "^2.1.0", "countdown": "^2.6.0", "currency-symbol-map": "^4.0.2", "express": "^4.15.4", "express-fileupload": "^0.4.0", "express-rate-limit": "^2.9.0", "express-winston": "^2.4.0", "file-type": "^7.5.0", "freeport": "^1.0.5", "funsociety-bookshelf-model-loader": "0.9.9", "funsociety-irc-rss-feed-emitter": "1.0.12", "funsocietyirc-client": "^0.1.0", "gitlog": "^3.1.1", "helmet": "^3.8.1", "i18next": "^10.3.0", "i18next-sync-fs-backend": "1.0.0", "irc-colors": "^1.3.3", "is-promise": "^2.1.0", "jsonwebtoken": "^8.1.1", "knex": "^0.14.2", "lodash": "^4.17.4", "lodash-addons": "^2.0.0", "minimist": "^1.2.0", "moment": "^2.14.1", "moment-countdown": "0.0.3", "money": "^0.2.0", "mysql2": "^1.5.1", "named-routes": "2.0.6", "node-persist": "^2.1.0", "node-schedule": "^1.3.0", "pug": "^2.0.0-rc.3", "rand-token": "^0.4.0", "random-js": "^1.0.4", "request": "^2.83.0", "request-promise-native": "^1.0.4", "scrypt": "^6.0.3", "serve-favicon": "^2.4.3", "shelljs": "^0.8.1", "snyk": "^1.41.1", "socket.io": "2.0.4", "twit": "2.2.9", "underscore": "^1.8.3", "urijs": "^1.18.12", "watson-developer-cloud": "^3.0.4", "winston": "^2.3.1", "winston-daily-rotate-file": "^1.4.6", "winston-logio-mirror": "^0.3.0", "x-ray": "2.3.2" }, "devDependencies": { "chai": "^4.1.2", "chai-bookshelf": "^1.0.0", "chai-moment": "^0.1.0", "ink-docstrap": "^1.3.0", "jsdoc": "^3.5.4", "mocha": "^5.0.0", "sinon": "^4.2.0", "sinon-chai": "^2.13.0" }, "snyk": true }