mirror of
https://github.com/penpot/penpot-mcp.git
synced 2026-04-25 11:18:37 +00:00
25 lines
711 B
JSON
25 lines
711 B
JSON
{
|
|
"name": "penpot-mcp-plugin",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"dev:multi-user": "cross-env MULTI_USER_MODE=true vite build --watch",
|
|
"build": "tsc && vite build",
|
|
"build:multi-user": "tsc && cross-env MULTI_USER_MODE=true vite build"
|
|
},
|
|
"dependencies": {
|
|
"@penpot-mcp/common": "file:../common",
|
|
"@penpot/plugin-styles": "1.4.1",
|
|
"@penpot/plugin-types": "1.4.1",
|
|
"penpot-mcp": "file:.."
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^7.0.8",
|
|
"vite-live-preview": "^0.3.2"
|
|
}
|
|
}
|