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/utils/package.json

27 lines
771 B
JSON

{
"name": "@hydrooj/utils",
"version": "1.4.16",
"description": "hydrooj utils",
"main": "lib/utils.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0-or-later",
"preferUnplugged": true,
"dependencies": {
"cac": "^6.7.14",
"esbuild": "0.17.10",
"fs-extra": "^11.1.1",
"js-yaml": "^4.1.0",
"moment-timezone": "^0.5.43",
"mongodb": "^5.9.1",
"reggol": "^1.6.3",
"search-query-parser": "^1.6.0",
"source-map-support": "^0.5.21",
"systeminformation": "^5.21.17"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/source-map-support": "^0.5.10"
}
}