mohan-bee/li-charger
good
- Version
- 1.0.1
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/mohan-bee.li-charger",
"version": "1.0.0",
"description": "A tscircuit component package",
"main": "index.tsx",
"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"
},
"devDependencies": {
"@types/react": "^19.2.14",
"tscircuit": "^0.0.1774",
"typescript": "^5.0.0"
},
"author": "mohan-bee"
}