mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
21 lines
530 B
JSON
21 lines
530 B
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": {
|
|
"lint": "./scripts/lint",
|
|
"fmt": "./scripts/fmt"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.7"
|
|
}
|
|
}
|