mirror of
https://github.com/penpot/penpot.git
synced 2026-06-15 20:02:17 +00:00
28 lines
805 B
JSON
28 lines
805 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"license": "MPL-2.0",
|
|
"author": "Kaleidos INC Sucursal en España SL",
|
|
"private": true,
|
|
"packageManager": "pnpm@11.7.0+sha512.19cc852c120c7125760f2443ee6be0ca5b40f9f50598de1a09a1f177503e010e57c23c77646e01e761de59bf874fb22a3398c33ab9691fc13eb946b6f0f4d620",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/penpot/penpot"
|
|
},
|
|
"dependencies": {
|
|
"luxon": "^3.4.4",
|
|
"sax": "^1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.2",
|
|
"source-map-support": "^0.5.21",
|
|
"ws": "^8.17.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "clj-kondo --parallel --lint ../common/src src/",
|
|
"check-fmt": "cljfmt check --parallel=true src/ test/",
|
|
"fmt": "cljfmt fix --parallel=true src/ test/",
|
|
"test": "clojure -M:dev:test"
|
|
}
|
|
}
|