mirror of
https://github.com/penpot/penpot.git
synced 2026-07-26 16:08:09 +00:00
Move all development tools from tools/ to scripts/ for consistency. Rename lint/fmt/check-fmt to lint-clj/fmt-clj/check-fmt-clj to clarify they target Clojure specifically. Remove unused scripts (attach-opencode, start-opencode, start-opencode-server) and the backport-commit skill. Update all internal references across .serena/, AGENTS.md, and CONTRIBUTING.md to point to the new script locations. Simplify CONTRIBUTING.md by delegating module-specific fmt/lint instructions to the respective serena memories. AI-assisted-by: deepseek-v4-flash
23 lines
654 B
JSON
23 lines
654 B
JSON
{
|
|
"name": "penpot",
|
|
"version": "2.17.0",
|
|
"license": "MPL-2.0",
|
|
"author": "Kaleidos INC Sucursal en España SL",
|
|
"private": true,
|
|
"packageManager": "pnpm@11.12.0+sha512.820a6fbd0d9f04c226638002aead1e45340a9139dd5dc077c1d83ef44aa2481c8eb6637b4c9aa696a3c7e35ba818e49cf27213e5f2b91138d09b7a3e26e898ba",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/penpot/penpot"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@playwright/mcp": "^0.0.76",
|
|
"@playwright/test": "^1.61.1",
|
|
"@types/node": "^26.0.1",
|
|
"esbuild": "^0.28.1",
|
|
"mdts": "^0.20.3",
|
|
"nrepl-client": "^0.3.0",
|
|
"playwright": "^1.61.1"
|
|
}
|
|
}
|