penpot/library/package.json
2026-04-15 09:29:37 +02:00

45 lines
1.4 KiB
JSON

{
"name": "@penpot/library",
"version": "1.2.0-RC2",
"license": "MPL-2.0",
"author": "Kaleidos INC",
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"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": "^25.6.0",
"@zip.js/zip.js": "2.8.26",
"concurrently": "^9.2.1",
"date-fns": "^4.1.0",
"nodemon": "^3.1.14",
"source-map-support": "^0.5.21"
}
}