mirror of
https://github.com/penpot/penpot.git
synced 2025-08-05 09:08:24 +02:00
27 lines
1.3 KiB
JSON
27 lines
1.3 KiB
JSON
{
|
|
"name": "penpot",
|
|
"version": "1.20.0",
|
|
"license": "MPL-2.0",
|
|
"author": "Kaleidos INC",
|
|
"private": true,
|
|
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/penpot/penpot"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"fmt:clj:check": "cljfmt check --parallel=true common/src/ common/test/ frontend/src/ frontend/test/ backend/src/ backend/test/ exporter/src/ library/src",
|
|
"fmt:clj": "cljfmt fix --parallel=true common/src/ common/test/ frontend/src/ frontend/test/ backend/src/ backend/test/ exporter/src/ library/src",
|
|
"lint:clj:common": "clj-kondo --parallel=true --lint common/src",
|
|
"lint:clj:frontend": "clj-kondo --parallel=true --lint frontend/src",
|
|
"lint:clj:backend": "clj-kondo --parallel=true --lint backend/src",
|
|
"lint:clj:exporter": "clj-kondo --parallel=true --lint exporter/src",
|
|
"lint:clj:library": "clj-kondo --parallel=true --lint library/src",
|
|
"lint:clj": "yarn run lint:clj:common && yarn run lint:clj:frontend && yarn run lint:clj:backend && yarn run lint:clj:exporter && yarn run lint:clj:library"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.43.1",
|
|
"@types/node": "^20.12.7"
|
|
}
|
|
}
|