-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 928 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 928 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
{
"name": "@tscircuit/matchpack",
"main": "dist/index.js",
"type": "module",
"version": "0.0.16",
"files": [
"dist"
],
"scripts": {
"start": "cosmos",
"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.1.3",
"@react-hook/resize-observer": "^2.0.2",
"@tscircuit/circuit-json-util": "^0.0.64",
"@tscircuit/math-utils": "^0.0.19",
"@tscircuit/schematic-viewer": "^2.0.26",
"@types/bun": "latest",
"bpc-graph": "^0.0.66",
"calculate-packing": "^0.0.31",
"circuit-json": "^0.0.226",
"graphics-debug": "^0.0.64",
"react-cosmos": "^7.0.0",
"react-cosmos-plugin-vite": "^7.0.0",
"tscircuit": "^0.0.593",
"tsup": "^8.5.0"
},
"peerDependencies": {
"typescript": "^5"
}
}