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

21 lines
556 B
JSON

{
"name": "@hydrooj/utils",
"version": "1.3.4",
"description": "hydrooj utils",
"main": "package.json",
"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": {
2 years ago
"fs-extra": "^10.1.0",
3 years ago
"js-yaml": "^4.1.0",
2 years ago
"moment-timezone": "^0.5.34",
3 years ago
"mongodb": "^3.7.3",
"systeminformation": "^5.11.24"
},
"devDependencies": {
2 years ago
"@types/fs-extra": "^9.0.13"
}
}