This repository was archived by the owner on Aug 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.92 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.92 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@tscircuit/builder",
"version": "1.11.7",
"type": "module",
"types": "./dist/index.d.cts",
"main": "./dist/index.cjs",
"repository": "tscircuit/builder",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"test": "FULL_TEST=1 ava",
"build": "tsup",
"build:docs": "typedoc",
"typecheck": "tsc --noEmit",
"check:circular": "dpdm --skip-dynamic-imports circular --no-warning --no-tree -T --exit-code circular:1 ./src/index.ts",
"yalc": "npm run build && yalc publish --push"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@tscircuit/footprinter": "^0.0.44",
"@tscircuit/log-soup": "^1.0.2",
"@tscircuit/props": "^0.0.41",
"@tscircuit/soup": "^0.0.57",
"@tscircuit/soup-util": "^0.0.13",
"@types/node": "^22.0.0",
"ava": "^4.3.3",
"circuit-to-png": "^0.0.3",
"dpdm": "^3.13.0",
"esbuild": "^0.15.18",
"esbuild-register": "^3.3.3",
"esbuild-runner": "^2.2.1",
"parsel-js": "^1.0.2",
"prettier": "^2.7.1",
"redaxios": "^0.5.1",
"tsup": "^8.0.2",
"type-fest": "^2.19.0",
"typescript": "^5.4.3",
"zod": "^3.23.8"
},
"peerDependencies": {
"@tscircuit/footprinter": "*",
"@tscircuit/props": "*",
"@tscircuit/soup": "*",
"@tscircuit/soup-util": "*"
},
"dependencies": {
"@lume/kiwi": "^0.1.0",
"@tscircuit/layout": "^0.0.25",
"@tscircuit/routing": "1.3.1",
"@tscircuit/schematic-autolayout": "^0.0.5",
"circuit-json-to-gerber": "^0.0.5",
"convert-units": "^2.3.4",
"fast-json-stable-stringify": "^2.1.0",
"format-si-prefix": "^0.3.2",
"papaparse": "^5.4.1",
"rectilinear-router": "^1.0.1",
"svg-path-bounds": "^1.0.2",
"transformation-matrix": "^2.12.0"
}
}