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
770 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",
3 years ago
"preferUnplugged": true,
"dependencies": {
"cac": "^6.7.14",
"esbuild": "0.17.10",
2 years ago
"fs-extra": "^11.1.1",
3 years ago
"js-yaml": "^4.1.0",
2 years ago
"moment-timezone": "^0.5.43",
11 months ago
"mongodb": "^5.9.1",
"reggol": "^1.6.3",
"search-query-parser": "^1.6.0",
"source-map-support": "^0.5.21",
11 months ago
"systeminformation": "^5.21.15"
},
"devDependencies": {
11 months ago
"@types/fs-extra": "^11.0.3",
"@types/source-map-support": "^0.5.9"
}
}