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

22 lines
583 B
JSON

{
"name": "@hydrooj/utils",
"version": "1.1.3",
"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",
"preferUnplugged": true,
"dependencies": {
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
"moment": "^2.29.1",
"mongodb": "^3.7.0",
"systeminformation": "^5.8.7"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"moment-timezone": "^0.5.33"
}
}