-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 885 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 885 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/checks",
"type": "module",
"main": "./dist/index.js",
"version": "0.0.103",
"files": [
"dist"
],
"scripts": {
"build": "tsup-node index.ts --format esm --dts --sourcemap",
"format:check": "biome format .",
"format": "biome format . --write"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@tscircuit/circuit-json-util": "^0.0.82",
"@tscircuit/log-soup": "^1.0.2",
"@types/bun": "^1.2.8",
"@types/debug": "^4.1.12",
"bun-match-svg": "^0.0.11",
"circuit-to-svg": "^0.0.333",
"circuit-json": "^0.0.391",
"debug": "^4.3.5",
"tscircuit": "^0.0.1439",
"zod": "^3.23.8",
"tsup": "^8.2.3"
},
"peerDependencies": {
"circuit-json": "*",
"@tscircuit/math-utils": "*",
"circuit-json-to-connectivity-map": "*",
"@flatten-js/core": "*",
"typescript": "^5.5.3"
}
}