mirror of
https://github.com/penpot/penpot.git
synced 2026-04-10 21:32:41 +02:00
25 lines
660 B
JSON
25 lines
660 B
JSON
{
|
|
"name": "penpot",
|
|
"version": "1.20.0",
|
|
"license": "MPL-2.0",
|
|
"author": "Kaleidos INC",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/penpot/penpot"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "./scripts/lint",
|
|
"check-fmt": "./scripts/check-fmt",
|
|
"fmt": "./scripts/fmt"
|
|
},
|
|
"devDependencies": {
|
|
"@github/copilot": "^1.0.21",
|
|
"@types/node": "^25.5.2",
|
|
"esbuild": "^0.28.0",
|
|
"opencode-ai": "^1.4.0"
|
|
}
|
|
}
|