mirror of
https://github.com/penpot/penpot.git
synced 2026-06-28 18:22:13 +00:00
26 lines
702 B
JSON
26 lines
702 B
JSON
{
|
|
"name": "penpot",
|
|
"version": "1.20.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"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "./scripts/lint",
|
|
"check-fmt": "./scripts/check-fmt",
|
|
"fmt": "./scripts/fmt"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.0.0",
|
|
"esbuild": "^0.28.1",
|
|
"mdts": "^0.20.3",
|
|
"nrepl-client": "^0.3.0",
|
|
"opencode-ai": "^1.17.9"
|
|
}
|
|
}
|