{ "name": "backend", "version": "1.0.0", "license": "MPL-2.0", "author": "Kaleidos INC Sucursal en EspaƱa SL", "private": true, "packageManager": "pnpm@12.5.1+sha512.e3f305bc784a2bc89f5ad3b6138889470fae8d2af5f36b61216ec91c2c3d64089775f9de38aac331044ea40f245cb0d5666392dfdf65824e1907ef6a2c62de5f", "repository": { "type": "git", "url": "https://github.com/penpot/penpot" }, "dependencies": { "eventsource-parser": "^3.0.6", "luxon": "^3.7.2", "sax": "^1.6.1" }, "devDependencies": { "nodemon": "^3.1.14", "source-map-support": "^0.5.21", "ws": "^8.21.1" }, "scripts": { "lint:clj": "clj-kondo --config-dir ../.clj-kondo --lint ../common/src src/", "check-fmt:clj": "cljfmt check --parallel=true src/ test/", "fmt:clj": "cljfmt fix --parallel=true src/ test/", "test:e2e": "node --test --test-concurrency=1 test/e2e/*.test.mjs" } }