@typecad/passives
Version:
typeCAD package that includes simple access to common components
47 lines (46 loc) • 1.21 kB
JSON
{
"name": "@typecad/passives",
"version": "0.2.2",
"description": "typeCAD package that includes simple access to common components",
"keywords": [
"typecad-package",
"typecad",
"passives",
"resistor",
"capacitor",
"diode",
"led",
"inductor",
"connector"
],
"author": "typeCAD",
"license": "ISC",
"homepage": "https://typecad.net",
"funding": "https://www.buymeacoffee.com/typecad",
"type": "module",
"exports": {
"./0201": "./0201/index.ts",
"./0402": "./0402/index.ts",
"./0603": "./0603/index.ts",
"./0805": "./0805/index.ts",
"./1206": "./1206/index.ts",
"./1210": "./1210/index.ts",
"./connector": "./connector/index.ts",
"./testpoint": "./testpoint/index.ts",
"./mounting_hole": "./mounting_hole/index.ts",
"./tie": "./tie/index.ts"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"prepublishOnly": "npm run build",
"package_publish": "npm publish --access public",
"publish:private": "npm publish --tag private --registry http://192.168.2.207:4873/"
},
"peerDependencies": {
"@typecad/typecad": "^0.3.0"
}
}