You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/hydrooj/package.json

62 lines
1.8 KiB
JSON

{
"name": "hydrooj",
"version": "2.17.13",
"bin": "bin/hydrooj.js",
4 years ago
"main": "dist/loader.js",
4 years ago
"typings": "dist/loader.d.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0-only",
"engines": {
"node": ">=10.10"
},
"dependencies": {
"adm-zip": "^0.5.2",
"ansi_up": "^5.0.0",
"cookies": "^0.8.0",
"detect-browser": "^5.1.1",
4 years ago
"fs-extra": "^9.1.0",
"js-yaml": "^4.0.0",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-proxies": "^0.11.0",
"koa-router": "^10.0.0",
"koa-static-cache": "^5.1.3",
4 years ago
"lodash": "^4.17.20",
"lru-cache": "^6.0.0",
"minio": "7.0.17",
"moment-timezone": "^0.5.32",
"mongodb": "^3.6.4",
"nodemailer": "^6.4.18",
4 years ago
"p-queue": "^6.6.2",
"serialize-javascript": "^5.0.1",
"sockjs": "^0.3.20",
"superagent": "^6.1.0",
"systeminformation": "^5.3.0",
"terminal-kit": "^1.47.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/adm-zip": "^0.4.33",
"@types/fs-extra": "^9.0.7",
"@types/js-yaml": "^4.0.0",
"@types/koa": "^2.11.8",
"@types/koa-router": "^7.4.1",
"@types/koa-static-cache": "^5.1.0",
"@types/lodash": "^4.14.168",
"@types/lru-cache": "^5.1.0",
"@types/minio": "^7.0.7",
"@types/mongodb": "^3.6.7",
"@types/nodemailer": "^6.4.0",
"@types/serialize-javascript": "^5.0.0",
"@types/sockjs": "^0.3.32",
"@types/superagent": "^4.1.8",
"@types/terminal-kit": "^1.28.2",
"@types/yargs": "^16.0.0",
"formidable": "^1.2.2"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
}
}