mirror of
https://github.com/penpot/penpot.git
synced 2026-07-02 20:35:33 +00:00
28 lines
806 B
JSON
28 lines
806 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.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
|
|
"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-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"
|
|
}
|
|
}
|