matrix-search

A small nodejs script which indexes a whole matrix account into meilisearch and has a pdf rendering UI
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-search.git
Log | Files | Refs | README | LICENSE

package.json (1013B)


      1 {
      2   "name": "matrix-search",
      3   "version": "0.1.0",
      4   "description": "",
      5   "main": "dist/bot.js",
      6   "type": "module",
      7   "scripts": {
      8     "lint": "eslint src",
      9     "build": "tsc"
     10   },
     11   "keywords": [],
     12   "author": "",
     13   "license": "AGPL-3.0-or-later",
     14   "devDependencies": {
     15     "@eslint/js": "^9.4.0",
     16     "@types/eslint__js": "^8.42.3",
     17     "@types/node": "^20.14.2",
     18     "@types/prompts": "^2.4.9",
     19     "@types/react": "^18.3.3",
     20     "eslint": "^9.4.0",
     21     "eslint-plugin-tsdoc": "^0.3.0",
     22     "typescript": "^5.4.5",
     23     "typescript-eslint": "^7.13.0"
     24   },
     25   "dependencies": {
     26     "@matrix-org/matrix-sdk-crypto-nodejs": "0.2.0-beta.1",
     27     "@react-pdf/renderer": "^4.0.0",
     28     "@sinclair/typebox": "^0.32.31",
     29     "got": "^14.4.1",
     30     "meilisearch": "^0.40.0",
     31     "prompts": "^2.4.2",
     32     "react": "^18.3.1",
     33     "yaml": "^2.4.5"
     34   },
     35   "packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
     36 }