{ "name": "hydro", "version": "0.0.0", "main": "hydro/development.js", "repository": "https://github.com/hydro-dev/Hydro.git", "author": "masnn", "license": "GPL-3.0-only", "dependencies": { "axios": "^0.19.0", "bson": "^4.0.2", "highlight.js": "^9.18.1", "js-yaml": "^3.13.1", "koa": "^2.11.0", "koa-body": "^4.1.1", "koa-morgan": "^1.0.1", "koa-router": "^8.0.8", "koa-static-cache": "^5.1.2", "lodash": "^4.17.15", "markdown-it": "^10.0.0", "markdown-it-katex": "^2.0.3", "mongodb": "^3.5.5", "nodemailer": "^6.3.1", "nunjucks": "^3.2.1", "sockjs": "^0.3.20" }, "devDependencies": { "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.20.2" }, "scripts": { "build": "webpack --config webpack.config.js", "pack": "pkg .", "lint": "eslint judger --fix" }, "pkg": { "scripts": [ "hydro/**.js" ], "assets": [ ".uibuild/*", "locales/*", "templates/*" ] }, "bin": { "judger": "hydro/development.js" } }