Files
Myrient-Search-Engine/package.json
Alexandra 3e6f6eeb36 * reimplement searchalikes
* separate kws based on categories
* auto include kws based on field options
* add roman numeral parse
* add number to name
* split out json search alikes to be per category
* add new kws columns to Files
* add search sample for determining if a game is in a series (maybe this could be useful somewhere else, too)
2025-05-18 07:11:37 -06:00

29 lines
673 B
JSON

{
"dependencies": {
"@elastic/elasticsearch": "^8.12.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.1",
"figlet": "^1.7.0",
"file-older-than": "^1.0.0",
"i18n": "^0.15.1",
"innertext": "^1.0.3",
"jsdom": "^25.0.1",
"jszip": "^3.10.1",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.13",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"piscina": "^4.7.0",
"sanitize": "^2.1.2",
"sequelize": "^6.37.1",
"sequelize-cli": "^6.6.2",
"to-words": "^4.5.1",
"uuid": "^11.1.0"
},
"type": "module"
}