ShiboSoftwareDev/i-wan

This code defines a PCB and schematic for a microcontroller development board, incorporating various surface-mount components (resistors, capacitors, headers, connectors, crystals, and an IC), with detailed footprints, electrical nets, and routing instructions.

Version
1.0.10
License
unset
Stars
0

package.json

{
  "name": "@tsci/ShiboSoftwareDev.i-wan",
  "version": "1.0.10",
  "description": "A tscircuit component package",
  "main": "index.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "tsci build",
    "export:gerbers": "bun scripts/export-latest-gerbers.mjs",
    "export:kicad": "bun scripts/export-latest-kicad.mjs",
    "export:assembly": "node scripts/generate-assembly-files.mjs",
    "snapshot": "tsci snapshot",
    "snapshot:update": "tsci snapshot --update",
    "start": "tsci dev",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@tscircuit/capacity-autorouter": "0.0.790",
    "@tscircuit/fanout-solver": "0.0.21",
    "@types/react": "^19.2.18",
    "circuit-json-to-gerber": "0.0.94",
    "circuit-json-to-kicad": "0.0.173",
    "tscircuit": "0.0.2311",
    "typescript": "^5.0.0"
  },
  "author": "ShiboSoftwareDev"
}