-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (32 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (32 loc) · 768 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
30
31
32
33
34
{
"name": "crdt-collaboration-engine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MashrafeeAryan/CRDT-Collaboration-Engine.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/MashrafeeAryan/CRDT-Collaboration-Engine/issues"
},
"homepage": "https://github.com/MashrafeeAryan/CRDT-Collaboration-Engine#readme",
"devDependencies": {
"@types/node": "^25.9.3",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
}
}