-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 984 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 984 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
{
"name": "@tsci/tscircuit.dataset-srj16-bga-breakouts",
"version": "1.0.0",
"description": "BGA breakout simple-route JSON dataset with edge fanout pads",
"main": "index.js",
"types": "index.d.ts",
"files": [
"circuits",
"dataset-dist",
"scripts",
"index.js",
"index.d.ts"
],
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"build": "tsci build circuits/sample001/sample001.circuit.tsx",
"snapshot": "tsci snapshot circuits/sample001/sample001.circuit.tsx",
"snapshot:update": "tsci snapshot circuits/sample001/sample001.circuit.tsx --update",
"build:dataset-dist": "bun scripts/build-dataset-dist.mjs",
"start": "tsci dev",
"typecheck": "tsc --noEmit",
"dev": "tsci dev"
},
"devDependencies": {
"@tscircuit/capacity-autorouter": "^0.0.484",
"@types/react": "^19.2.14",
"tscircuit": "^0.0.1672",
"typescript": "^5.0.0"
},
"author": "imrishabh18"
}