{ "name": "@zseven-w/pen-figma", "version": "0.7.5", "description": "Figma .fig file parser and converter for OpenPencil", "homepage": "https://github.com/ZSeven-W/openpencil/tree/main/packages/pen-figma", "bugs": { "url": "https://github.com/ZSeven-W/openpencil/issues" }, "license": "MIT", "author": { "name": "ZSeven-W", "email": "xkayshen@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/ZSeven-W/openpencil.git", "directory": "packages/pen-figma" }, "files": [ "src" ], "type": "module", "exports": { ".": { "types": "./src/index.ts", "import": "./src/index.ts" } }, "scripts": { "typecheck": "tsc --noEmit" }, "dependencies": { "@zseven-w/pen-types": "workspace:*", "fzstd": "^0.1.1", "kiwi-schema": "^0.5.0", "uzip": "^0.20201231.0" }, "devDependencies": { "@types/uzip": "^0.20201231.2", "typescript": "^5.7.2" } }