{ "name": "@zseven-w/pen-figma", "version": "0.5.1", "description": "Figma .fig file parser and converter for OpenPencil", "type": "module", "exports": { ".": { "types": "./src/index.ts", "import": "./src/index.ts" } }, "files": [ "src" ], "scripts": { "typecheck": "tsc --noEmit" }, "dependencies": { "@zseven-w/pen-types": "0.5.1-beta.1", "kiwi-schema": "^0.5.0", "uzip": "^0.20201231.0", "fzstd": "^0.1.1" }, "devDependencies": { "@types/uzip": "^0.20201231.2", "typescript": "^5.7.2" } }