-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 978 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 978 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": "@tscircuit/high-density-a01",
"module": "dist/index.js",
"type": "module",
"version": "0.0.12",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"start": "cosmos",
"build:site": "bun run build && cosmos-export",
"build": "tsup lib/index.ts --dts --format esm",
"benchmark:dataset02": "bun run scripts/run-dataset02-benchmark.ts --concurrency=4",
"format": "biome format --write .",
"format:check": "biome format ."
},
"files": [
"dist"
],
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@tscircuit/hypergraph": "https://github.com/tscircuit/hypergraph",
"@tscircuit/solver-utils": "^0.0.16",
"@types/bun": "latest",
"bun-match-svg": "^0.0.15",
"graphics-debug": "^0.0.86",
"react-cosmos": "^7.1.1",
"react-cosmos-plugin-vite": "^7.1.1",
"tsup": "^8.5.1"
},
"peerDependencies": {
"typescript": "^5"
}
}