{ "name": "backend", "version": "1.0.0", "license": "MPL-2.0", "author": "Kaleidos INC Sucursal en EspaƱa SL", "private": true, "packageManager": "pnpm@11.18.0+sha512.33d83c77da82f49fba836925c6f1b841181ec3132b670639bd012f7075f5c7cf634c5f870147c19aae7478fac01df09d8892e880454896edd23ee9b33757563c", "repository": { "type": "git", "url": "https://github.com/penpot/penpot" }, "dependencies": { "luxon": "^3.4.4", "sax": "^1.6.0" }, "devDependencies": { "nodemon": "^3.1.14", "source-map-support": "^0.5.21", "ws": "^8.21.0" }, "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/" } }