-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 810 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 810 Bytes
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
{
"name": "groundmist-sync",
"author": "grjte",
"version": "0.1.1",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node ./dist/index.js"
},
"dependencies": {
"@automerge/automerge-repo": "^1.1.2",
"@automerge/automerge-repo-network-websocket": "^1.1.2",
"@automerge/automerge-repo-storage-nodefs": "^1.1.2",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"jose": "^6.0.8",
"jsonwebtoken": "^9.0.2",
"uuid": "^11.1.0",
"ws": "^8.18.1"
},
"devDependencies": {
"@inquirer/password": "^4.0.11",
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.9",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.14",
"typescript": "^5.7.3"
}
}