Files
penpot/library/package.json
Andrey Antukh cc5f86bc84
Some checks failed
Commit Message Check / Check Commit Message (push) Has been cancelled
🐛 Set correct path if is not provided on sdk addComponent method
2025-10-07 09:57:41 +02:00

47 lines
1.6 KiB
JSON

{
"name": "@penpot/library",
"version": "1.0.11",
"license": "MPL-2.0",
"author": "Kaleidos INC",
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/penpot/penpot"
},
"resolutions": {
"@zip.js/zip.js@npm:^2.7.44": "patch:@zip.js/zip.js@npm%3A2.7.60#~/.yarn/patches/@zip.js-zip.js-npm-2.7.60-b6b814410b.patch"
},
"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": "yarn run clear:shadow-cache && clojure -M:dev:shadow-cljs release library",
"fmt:clj": "cljfmt fix --parallel=true src/ test/",
"fmt:clj:check": "cljfmt check --parallel=false src/ test/",
"lint:clj": "clj-kondo --parallel --lint src/",
"test": "node --test",
"watch:test": "node --test --watch",
"watch": "yarn run clear:shadow-cache && clojure -M:dev:shadow-cljs watch library"
},
"devDependencies": {
"@types/node": "^22.12.0",
"@zip.js/zip.js": "patch:@zip.js/zip.js@npm%3A2.7.60#~/.yarn/patches/@zip.js-zip.js-npm-2.7.60-b6b814410b.patch",
"concurrently": "^9.1.2",
"date-fns": "^4.1.0",
"nodemon": "^3.1.9",
"source-map-support": "^0.5.21"
}
}