tscircuit/ti

ti tscircuit library

Version
1.0.85
License
unset
Stars
0

package.json

{
  "name": "@tsci/tscircuit.ti",
  "version": "1.0.0",
  "description": "A tscircuit component package",
  "main": "index.ts",
  "module": "index.ts",
  "type": "module",
  "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",
    "format": "biome format --write",
    "format:check": "biome format ."
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.16",
    "@types/react": "^19.2.17",
    "tscircuit": "^0.0.2139",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "author": "imrishabh18"
}