mirror of
https://github.com/penpot/penpot.git
synced 2026-02-05 04:02:03 -05:00
27 lines
747 B
JSON
27 lines
747 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"license": "MPL-2.0",
|
|
"author": "Kaleidos INC",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda6",
|
|
"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": {
|
|
"fmt:clj:check": "cljfmt check --parallel=false src/ test/",
|
|
"fmt:clj": "cljfmt fix --parallel=true src/ test/",
|
|
"lint:clj": "clj-kondo --parallel --lint src/"
|
|
}
|
|
}
|