@typecad/passives
Version:
typeCAD package that includes simple access to common components
25 lines (24 loc) • 505 B
JSON
{
"name": "@typecad/passives",
"version": "0.1.11",
"description": "typeCAD package that includes simple access to common components",
"keywords": [
"typecad",
"passives",
"resistor",
"capacitor",
"diode",
"led",
"inductor",
"connector"
],
"author": "typeCAD",
"license": "ISC",
"type": "module",
"scripts": {
"package_publish": "npm publish --access public"
},
"peerDependencies": {
"@typecad/typecad": "~0.2.0"
}
}