UNPKG

@typecad/typecad-gitdiff

Version:

See differences between two KiCAD PCB files

50 lines (49 loc) 1.15 kB
{ "name": "@typecad/typecad-gitdiff", "version": "1.1.1", "description": "See differences between two KiCAD PCB files", "keywords": [ "typecad", "git", "diff" ], "author": "typeCAD", "license": "EULA", "homepage": "https://typecad.net", "funding": "https://www.buymeacoffee.com/typecad", "main": "index.ts", "type": "module", "publishConfig": { "access": "public" }, "bin": { "typecad-gitdiff": "index.ts" }, "files": [ "index.ts", "src/**/*.ts", "diff-viewer.html" ], "devDependencies": { "@types/node": "^22.13.0", "@types/pngjs": "^6.0.5", "@types/svg-parser": "^2.0.6", "tsx": "^4.19.2", "typescript": "^5.7.3" }, "dependencies": { "@xmldom/xmldom": "^0.9.8", "basecoat-css": "^0.2.8", "@typecad/typecad": "^0.2.19", "open": "^10.1.0", "pngjs": "^7.0.0", "sharp": "^0.33.5", "svg-parser": "^2.0.4", "temp-dir": "^3.0.0", "yocto-spinner": "^0.2.0" }, "scripts": { "package_publish": "npm publish --access public", "publish:private": "npm publish --tag private --registry http://192.168.2.207:4873/" } }