MustafaMulla29/stride-pedometer
This code defines schematic symbols and 3D footprints for various hardware components such as antennas, sensors, regulators, and connectors used in electronic circuit design.
- Version
- 1.0.4
- License
- unset
- Stars
- 0
package.json
{
"name": "stride-pedometer",
"version": "1.0.4",
"description": "Chip-level CC2340R5 BLE pedometer engineering prototype",
"main": "index.circuit.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build index.circuit.tsx --disable-parts-engine --pcb-png --schematic-svgs --autorouter-timeout 600s && bun scripts/normalize-through-vias.ts",
"routing": "bun scripts/check-routing.ts && bun run shorts",
"review": "bun scripts/export-review.ts",
"export:review": "bun scripts/export-manufacturing.ts",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit",
"placement": "tsci check placement index.circuit.tsx",
"netlist": "tsci check netlist index.circuit.tsx",
"shorts": "tsci check shorts dist/index/circuit.json"
},
"devDependencies": {
"@types/node": "22",
"tscircuit": "0.0.2465",
"typescript": "^5.0.0"
}
}