astra/f1c100s
The code defines the physical pin layout, labels, and footprint for the F1C100S system-on-chip (SoC) component used in electronic devices.
- Version
- 0.9.2
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/astra.f1c100s",
"version": "0.9.2",
"type": "module",
"main": "src/index.tsx",
"exports": {
".": "./src/index.tsx",
"./profiles": "./src/profiles.ts"
},
"files": [
"src",
"imports",
"scripts",
"tests",
"previews",
"tsconfig.json",
"README.md",
"bun.lock",
"*.circuit.tsx",
"tscircuit.config.json",
"docs"
],
"scripts": {
"generate": "bun scripts/generate.ts && bun scripts/optimize-routes.ts && bun scripts/save-trace-paths.ts",
"test": "bun test",
"typecheck": "tsc --noEmit",
"build": "tsci build",
"dev": "tsci dev",
"build:site": "tsci build --site",
"preview:schematic": "bun scripts/preview-schematic.tsx"
},
"peerDependencies": {
"tscircuit": "0.0.2495"
},
"devDependencies": {
"tscircuit": "0.0.2495",
"typescript": "5.9.3",
"@types/bun": "latest",
"@tscircuit/checks": "0.0.188",
"circuit-to-svg": "0.0.413",
"@biomejs/biome": "2.5.12",
"@resvg/resvg-js": "2.6.2"
},
"dependencies": {
"circuit-json": "0.0.484",
"@tscircuit/props": "0.0.649"
}
}