{ "name": "@file-viewer/eda-layout", "version": "2.1.8", "private": false, "type": "module", "description": "Pure TypeScript EDA layout inspection engine for Flyfish File Viewer with GDSII quick preview primitives and OASIS upgrade boundaries.", "keywords": [ "file-viewer", "eda", "layout", "gds", "gdsii", "oasis", "wasm", "document-preview", "file-preview", "self-hosted" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "author": { "name": "Wangyu", "email": "wybaby168@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/flyfish-dev/eda-layout.git", "directory": "packages/renderers/eda-layout" }, "homepage": "https://doc.file-viewer.app/guide/format-fidelity", "bugs": { "url": "https://github.com/flyfish-dev/eda-layout/issues" }, "funding": { "type": "individual", "url": "https://dev.flyfish.group/shop" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist", "README.md", "README.en.md", "LICENSE" ], "scripts": { "build": "tsc -b tsconfig.json", "type-check": "tsc -b tsconfig.json" }, "devDependencies": { "typescript": "^6.0.3" }, "license": "Apache-2.0" }