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

26 lines
729 B
JSON

{
"name": "@hydrooj/utils",
2 years ago
"version": "1.4.10",
"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.0",
3 years ago
"js-yaml": "^4.1.0",
"moment-timezone": "^0.5.41",
"mongodb": "^5.1.0",
2 years ago
"reggol": "^1.3.5",
"source-map-support": "^0.5.21",
2 years ago
"systeminformation": "^5.17.12"
},
"devDependencies": {
2 years ago
"@types/fs-extra": "^11.0.1",
"@types/source-map-support": "^0.5.6"
}
}