We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6772a commit 888be3dCopy full SHA for 888be3d
packages/t/tscircuit.json
@@ -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