-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 969 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
37
38
39
{
"name": "matrix-bot",
"version": "0.2.0",
"description": "The bot for my community Matrix room.",
"main": "./dist/main.js",
"type": "module",
"scripts": {
"start": "npx tsc && node --no-warnings ."
},
"author": {
"name": "viral32111",
"email": "contact@viral32111.com",
"url": "https://viral32111.com"
},
"repository": {
"type": "git",
"url": "https://github.com/viral32111/matrix-bot"
},
"keywords": [],
"license": "AGPL-3.0-only",
"dependencies": {
"@matrix-org/olm": "^3.2.15",
"command-line-args": "^6.0.1",
"dotenv": "^16.4.5",
"loglevel": "^1.9.2",
"matrix-js-sdk": "^34.12.0",
"node-localstorage": "^3.0.5"
},
"devDependencies": {
"@types/command-line-args": "^5.2.3",
"@types/matrix-js-sdk": "^11.0.1",
"@types/node": "^22.10.1",
"@types/node-localstorage": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.57.1",
"typescript": "^5.7.2"
}
}