imrishabh18/corne-keyboard
The code defines and renders two surface-mount chip components with SMT pads, silkscreen outlines, and 3D CAD models (OBJ and STEP) for PCB assembly.
- Version
- 2.0.21
- License
- unset
- Stars
- 1
vendor/checks/package.json
{
"name": "@tscircuit/checks",
"type": "module",
"main": "./index.js",
"version": "0.0.185-corne.1",
"repository": {
"type": "git",
"url": "https://github.com/tscircuit/checks"
},
"files": [
"index.js",
"index.js.map",
"index.d.ts"
],
"peerDependencies": {
"@flatten-js/core": "*",
"@tscircuit/math-utils": "*",
"circuit-json": "*",
"circuit-json-to-connectivity-map": "*",
"typescript": "^5.5.3"
},
"types": "./index.d.ts"
}