Skip to content

Commit 888be3d

Browse files
Add tscircuit w/ npm auto-update (#2028)
* add support for tscircuit * Update tscircuit.json * Update tscircuit.json --------- Co-authored-by: Matt Cowley <[email protected]>
1 parent 5c6772a commit 888be3d

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

packages/t/tscircuit.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "tscircuit",
3+
"filename": "browser.min.js",
4+
"description": "Create electronics with Typescript and React",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/tscircuit/tscircuit"
8+
},
9+
"keywords": [
10+
"circuit",
11+
"electronics",
12+
"pcb",
13+
"typescript",
14+
"design",
15+
"automation",
16+
"cad",
17+
"eda",
18+
"schematic",
19+
"footprint",
20+
"react"
21+
],
22+
"homepage": "https://tscircuit.com",
23+
"license": "MIT",
24+
"autoupdate": {
25+
"source": "npm",
26+
"target": "tscircuit",
27+
"fileMap": [
28+
{
29+
"basePath": "dist",
30+
"files": [
31+
"*.@(js|d.ts)"
32+
]
33+
}
34+
]
35+
},
36+
"authors": [
37+
{
38+
"name": "tscircuit"
39+
}
40+
]
41+
}

0 commit comments

Comments
 (0)