-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1018 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1018 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/checks",
"type": "module",
"main": "./dist/index.js",
"version": "0.0.124",
"files": [
"dist"
],
"scripts": {
"build": "tsup-node",
"test": "bun test",
"format:check": "biome format .",
"format": "biome format . --write"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@tscircuit/circuit-json-util": "^0.0.93",
"@tscircuit/jlcpcb-manufacturing-specs": "git+https://github.com/tscircuit/jlcpcb-manufacturing-specs#e08af159db01a37db007e33f0a7268d0e4a279a5",
"@tscircuit/log-soup": "^1.0.2",
"@types/bun": "^1.2.8",
"@types/debug": "^4.1.12",
"bun-match-svg": "^0.0.11",
"circuit-json": "^0.0.419",
"circuit-to-svg": "^0.0.344",
"debug": "^4.3.5",
"tscircuit": "^0.0.1663",
"tsup": "^8.2.3",
"zod": "^3.23.8"
},
"peerDependencies": {
"@flatten-js/core": "*",
"@tscircuit/math-utils": "*",
"circuit-json": "*",
"circuit-json-to-connectivity-map": "*",
"typescript": "^5.5.3"
}
}