AnasSarkiz/am625sip-linux
An electronic component representing an AM625 system-in-package with mapped pins and physical footprint for PCB integration.
- Version
- 1.0.3
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/AnasSarkiz.am625sip-linux",
"version": "1.0.3",
"description": "AM625SiP Linux computer, incremental hardware development",
"main": "index.circuit.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"tscircuit": "0.0.2463",
"typescript": "^5.0.0"
},
"author": "AnasSarkiz"
}