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

60 lines
1.8 KiB
JSON

{
"name": "hydrooj",
"version": "2.14.8",
"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.1",
"ansi_up": "^4.0.4",
"cookies": "^0.8.0",
"detect-browser": "^5.1.1",
"fs-extra": "^9.0.1",
"js-yaml": "^3.14.1",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
"koa-router": "^10.0.0",
"koa-static-cache": "^5.1.3",
4 years ago
"lodash": "^4.17.20",
"lru-cache": "^6.0.0",
"moment-timezone": "^0.5.32",
"mongodb": "^3.6.3",
4 years ago
"nodemailer": "^6.4.16",
"ps-list": "^7.2.0",
"serialize-javascript": "^5.0.1",
"sockjs": "^0.3.20",
"superagent": "^6.1.0",
"supports-color": "^8.0.0",
"systeminformation": "^4.31.0",
"wtfnode": "^0.8.4",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/adm-zip": "^0.4.33",
4 years ago
"@types/fs-extra": "^9.0.4",
"@types/js-yaml": "^3.12.5",
4 years ago
"@types/koa": "^2.11.4",
"@types/koa-router": "^7.4.1",
"@types/koa-static-cache": "^5.1.0",
"@types/lodash": "^4.14.165",
"@types/lru-cache": "^5.1.0",
"@types/mongodb": "^3.5.33",
"@types/nodemailer": "^6.4.0",
"@types/serialize-javascript": "^4.0.0",
"@types/sockjs": "^0.3.32",
"@types/superagent": "^4.1.8",
4 years ago
"@types/supports-color": "^7.2.0",
"@types/wtfnode": "^0.7.0",
"@types/yargs": "^15.0.11"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
}
}