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

23 lines
619 B
JSON

{
"name": "@hydrooj/utils",
"version": "1.0.21",
"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": {
3 years ago
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
"moment": "^2.29.1",
"mongodb": "^3.6.9",
"systeminformation": "^5.7.7"
},
"devDependencies": {
3 years ago
"@types/fs-extra": "^9.0.11",
"@types/node": "^15.12.4",
"moment-timezone": "^0.5.33"
}
}