{ "name": "@penpot/library", "version": "1.2.0-RC1", "license": "MPL-2.0", "author": "Kaleidos INC Sucursal en EspaƱa SL", "packageManager": "pnpm@12.5.1+sha512.e3f305bc784a2bc89f5ad3b6138889470fae8d2af5f36b61216ec91c2c3d64089775f9de38aac331044ea40f245cb0d5666392dfdf65824e1907ef6a2c62de5f", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/penpot/penpot.git" }, "files": [ "target/library/penpot.js", "target/library/penpot.js.map" ], "main": "./target/library/penpot.js", "exports": { ".": "./target/library/penpot.js" }, "imports": { "#self": { "default": "./target/library/penpot.js" } }, "scripts": { "clear:shadow-cache": "rm -rf .shadow-cljs", "build": "pnpm run clear:shadow-cache && clojure -M:dev:shadow-cljs release library", "build:bundle": "./scripts/build", "fmt": "cljfmt fix --parallel=true src/ test/", "check-fmt": "cljfmt check --parallel=true src/ test/", "lint": "clj-kondo --parallel --lint src/", "test": "node --test", "watch:test": "node --test --watch", "watch": "pnpm run clear:shadow-cache && clojure -M:dev:shadow-cljs watch library" }, "devDependencies": { "@types/node": "^26.1.2", "@zip.js/zip.js": "2.8.34", "concurrently": "^10.0.5", "date-fns": "^4.4.0", "nodemon": "^3.1.14", "source-map-support": "^0.5.21" } }