-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.03 KB
/
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
{
"name": "tardis",
"version": "0.0.0",
"description": "Time Agnostic Room DAG Inspection Service",
"type": "module",
"scripts": {
"build": "vite build --base=/tardis",
"start": "vite",
"test": "jest ./src",
"lint": "biome check",
"format": "biome format"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/matrix-org/tardis.git"
},
"author": "The Matrix.org Foundation C.I.C.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/matrix-org/tardis/issues"
},
"homepage": "https://github.com/matrix-org/tardis#readme",
"dependencies": {
"@types/d3": "6.7.0",
"@types/jest": "^29.5.13",
"d3": "^6.7.0",
"jest": "^29.7.0",
"json5": "^2.2.3",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"vite": "^5.4.8"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}