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