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/better-search/package.json

20 lines
515 B
JSON

{
"name": "@hydrooj/better-search",
"version": "1.0.1",
"description": "Enhance Problem Search",
"main": "package.json",
"repository": "https://github.com/hydro-dev/Hydro.git",
"author": "undefined <masnn0@outlook.com>",
"license": "AGPL-3.0-only",
"dependencies": {
"nodejieba": "^2.4.1"
},
"devDependencies": {},
"peerDependencies": {
"hydrooj": "^2.13.2"
},
"scripts": {
"build": "tsc",
"lint": "eslint . --ext ts --fix"
}
}