-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 862 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 862 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
35
36
37
{
"name": "dsn-converter",
"main": "dist/index.js",
"version": "0.0.87",
"type": "module",
"files": [
"dist"
],
"scripts": {
"format": "biome format --write .",
"format:check": "biome format .",
"build": "tsup-node ./lib/index.ts --format esm --dts --sourcemap"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tscircuit/core": "^0.0.349",
"@types/bun": "latest",
"@types/debug": "^4.1.12",
"@types/react": "^19.0.1",
"@types/uuid": "^10.0.0",
"bun-match-svg": "^0.0.3",
"circuit-json": "^0.0.405",
"circuit-to-svg": "^0.0.175",
"react": "18",
"tsup": "^8.3.5"
},
"peerDependencies": {
"circuit-json": "*",
"typescript": "^5.0.0"
},
"dependencies": {
"@tscircuit/soup-util": "^0.0.41",
"debug": "^4.3.7",
"uuid": "^10.0.0",
"zod": "^3.23.8"
}
}