{ "name": "thelounge", "description": "The self-hosted Web IRC client", "version": "3.0.0-rc.5", "preferGlobal": true, "bin": { "thelounge": "index.js" }, "repository": { "type": "git", "url": "https://github.com/thelounge/thelounge.git" }, "homepage": "https://thelounge.chat/", "scripts": { "build": "webpack", "coverage": "run-s test:{client,server} && nyc --nycrc-path=test/.nycrc-report report", "dev": "run-p watch start", "lint:css": "stylelint --color \"client/**/*.css\"", "lint:js": "eslint . --report-unused-disable-directives --color", "start": "node index start", "test": "run-p --aggregate-output --continue-on-error lint:* test:{client,server}", "test:browser": "webpack-dev-server --config=webpack.config-browser.js", "test:client": "nyc --nycrc-path=test/.nycrc-mocha-webpack mocha-webpack --colors --opts=test/mocha-webpack.opts", "test:server": "nyc --nycrc-path=test/.nycrc-mocha mocha --colors", "watch": "webpack --watch" }, "keywords": [ "lounge", "browser", "web", "chat", "client", "irc", "server", "thelounge" ], "license": "MIT", "engines": { "node": ">=6.13.0" }, "dependencies": { "bcryptjs": "2.4.3", "chalk": "2.4.1", "cheerio": "0.22.0", "commander": "2.19.0", "express": "4.16.4", "file-type": "10.5.0", "filenamify": "2.1.0", "fs-extra": "7.0.1", "irc-framework": "4.0.0", "is-utf8": "0.2.1", "linkify-it": "2.0.3", "lodash": "4.17.11", "mime-types": "2.1.21", "moment": "2.22.2", "package-json": "5.0.0", "primer-tooltips": "1.5.9", "read": "1.0.7", "read-chunk": "3.0.0", "request": "2.88.0", "semver": "5.6.0", "socket.io": "2.1.1", "socketio-file-upload": "0.6.4", "thelounge-ldapjs-non-maintained-fork": "1.0.2", "tlds": "1.203.1", "ua-parser-js": "0.7.19", "uuid": "3.3.2", "web-push": "3.3.3", "yarn": "1.12.3" }, "optionalDependencies": { "sqlite3": "4.0.4" }, "devDependencies": { "@babel/core": "7.1.6", "@babel/preset-env": "7.1.6", "@fortawesome/fontawesome-free": "5.5.0", "babel-loader": "8.0.4", "chai": "4.2.0", "copy-webpack-plugin": "4.6.0", "css-loader": "0.28.11", "css.escape": "1.5.1", "emoji-regex": "7.0.1", "eslint": "5.9.0", "fuzzy": "0.1.3", "graphql-request": "1.8.2", "handlebars": "4.0.12", "handlebars-loader": "1.7.0", "html-minifier": "3.5.21", "html-minifier-loader": "1.4.1", "intersection-observer": "0.5.1", "istanbul-instrumenter-loader": "3.0.1", "jquery": "3.3.1", "jquery-ui": "1.12.1", "mini-css-extract-plugin": "0.4.4", "mocha": "5.2.0", "mocha-loader": "2.0.0", "mocha-webpack": "2.0.0-beta.0", "mousetrap": "1.6.2", "npm-run-all": "4.1.3", "nyc": "13.1.0", "sinon": "7.1.1", "socket.io-client": "2.1.1", "stylelint": "9.8.0", "stylelint-config-standard": "18.2.0", "textcomplete": "0.17.1", "undate": "0.3.0", "webpack": "4.26.0", "webpack-cli": "3.1.2", "webpack-dev-server": "3.1.10" } }