astra-abse/t113-s3

Allwinner T113-S3 / JLCPCB C5197687: native saved fanout, LCD top, storage right, 127 perimeter exits, 30 decoupling capacitors, connected GND planes; clean DRC and shorts, all 29 vias connected.

Version
1.2.0
License
MIT
Stars
0

package.json

{
  "name": "@tsci/astra-abse.t113-s3",
  "version": "1.2.0",
  "description": "T113-S3 module using native saved fanouts, with 30 decoupling capacitors",
  "main": "dist/index.js",
  "scripts": {
    "dev": "tsci dev index.circuit.tsx",
    "typecheck": "tsc --noEmit",
    "build": "tsci build index.circuit.tsx --disable-parts-engine --pcb-svgs --schematic-svgs",
    "test": "bun test",
    "check": "bun scripts/verify.ts",
    "verify": "bun scripts/verify.ts",
    "build:cloud": "bun install --frozen-lockfile && bun run typecheck && bun run build && bun scripts/verify-cloud.ts && tsci transpile src/index.ts",
    "postinstall": "bun scripts/patch-cli-bitmap.ts"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "type": "module",
  "dependencies": {
    "@tscircuit/checks": "0.0.188",
    "@tscircuit/props": "0.0.649",
    "circuit-json": "0.0.484",
    "react": "19.1.0",
    "transformation-matrix": "2.16.1",
    "tscircuit": "0.0.2495",
    "@tscircuit/core": "0.0.1884",
    "@tscircuit/cli": "0.1.2050"
  },
  "devDependencies": {
    "@resvg/resvg-js": "2.6.2",
    "@types/bun": "1.4.2",
    "typescript": "5.9.3"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "module": "dist/index.js",
  "types": "dist/index.d.ts"
}