abse/boostxl-uln2003
This code defines a React component that models a through-hole or surface-mount LED with specified pin labels, footprint, silkscreen, and 3D CAD model for PCB layout.
- Version
- 1.0.5
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/abse.boostxl-uln2003",
"version": "1.0.5",
"description": "A tscircuit component package",
"main": "index.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"check:release": "node scripts/verify-release.mjs",
"check:shorts": "TSCI_TEST_MODE=true tsci check shorts dist/index/circuit.json --mode pcb --layer top --pixels-per-mm 20 && TSCI_TEST_MODE=true tsci check shorts dist/index/circuit.json --mode pcb --layer bottom --pixels-per-mm 10",
"render:snapshots": "node scripts/render-snapshots.mjs",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit",
"verify": "bun run typecheck && bun run build && bun run check:shorts && bun run check:release"
},
"devDependencies": {
"tscircuit": "latest",
"typescript": "^5.0.0"
},
"author": "abse"
}