krishnax12/tensa-zangetsu-keychain-nfc

This code defines a PCB footprint and 3D model for an NFC-enabled electronic component featuring an NXP NT2H1311F0DTLH chip, a PCB copper coil antenna, and a custom-shaped, silkscreen-illustrated metal blade housing.

Version
0.0.3
License
unset
Stars
1

package.json

{
  "name": "tensa-zangetsu",
  "module": "index.tsx",
  "type": "module",
  "private": true,
  "devDependencies": {
    "@types/bun": "latest",
    "@types/react": "^19.2.18",
    "tscircuit": "^0.0.2465"
  },
  "peerDependencies": {
    "typescript": "^7"
  },
  "scripts": {
    "dev": "tsci dev",
    "start": "tsci dev"
  },
  "version": "0.0.3"
}