{ "name": "@open-pencil/core", "version": "0.5.0", "license": "MIT", "type": "module", "exports": { ".": { "types": "./src/index.ts", "node": "./dist/index.js", "default": "./src/index.ts" } }, "main": "./src/index.ts", "types": "./src/index.ts", "files": ["src", "dist"], "scripts": { "build": "bunx tsgo && bunx fix-esm-import-path dist", "prepublishOnly": "bun run build" }, "repository": { "type": "git", "url": "git+https://github.com/open-pencil/open-pencil.git", "directory": "packages/core" }, "publishConfig": { "access": "public", "provenance": true }, "dependencies": { "canvaskit-wasm": "^0.40.0", "culori": "^4.0.2", "fflate": "^0.8.2", "fzstd": "^0.1.1", "yoga-layout": "^3.2.1" }, "devDependencies": { "@types/culori": "^4.0.1", "typescript": "~5.8.3" } }