mirror of
https://github.com/penpot/penpot.git
synced 2026-06-16 04:12:03 +00:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "@penpot/library",
|
|
"version": "1.2.0-RC1",
|
|
"license": "MPL-2.0",
|
|
"author": "Kaleidos INC Sucursal en España SL",
|
|
"packageManager": "pnpm@11.7.0+sha512.19cc852c120c7125760f2443ee6be0ca5b40f9f50598de1a09a1f177503e010e57c23c77646e01e761de59bf874fb22a3398c33ab9691fc13eb946b6f0f4d620",
|
|
"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": "^22.18.12",
|
|
"@zip.js/zip.js": "2.8.11",
|
|
"concurrently": "^9.2.1",
|
|
"date-fns": "^4.1.0",
|
|
"nodemon": "^3.1.10",
|
|
"source-map-support": "^0.5.21"
|
|
}
|
|
}
|