-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1021 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1021 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
38
{
"name": "@tscircuit/matchpack",
"main": "dist/index.js",
"type": "module",
"version": "0.0.21",
"files": [
"dist"
],
"scripts": {
"start": "cosmos",
"test": "bun test",
"build": "tsup-node --format esm --dts --clean ./lib/index.ts",
"format": "biome format --write .",
"format:check": "biome format .",
"build:site": "cosmos-export"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@react-hook/resize-observer": "^2.0.2",
"@tscircuit/circuit-json-util": "^0.0.95",
"@tscircuit/math-utils": "^0.0.36",
"@tscircuit/schematic-viewer": "^2.0.61",
"@types/bun": "^1.3.14",
"bun-match-svg": "^0.0.15",
"bpc-graph": "^0.0.66",
"calculate-packing": "^0.0.74",
"circuit-json": "^0.0.432",
"graphics-debug": "^0.0.95",
"react-cosmos": "^7.3.0",
"react-cosmos-plugin-vite": "^7.3.0",
"tscircuit": "^0.0.1819",
"tsup": "^8.5.1",
"circuit-to-svg": "^0.0.351"
},
"peerDependencies": {
"typescript": "^5"
}
}