mirror of
https://github.com/penpot/penpot.git
synced 2026-07-02 12:25:42 +00:00
25 lines
645 B
JSON
25 lines
645 B
JSON
{
|
|
"name": "mcp-plugin",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite build --watch --config vite.config.ts",
|
|
"start:multi-user": "pnpm run start",
|
|
"build": "tsc && vite build --config vite.release.config.ts",
|
|
"test": "node --experimental-strip-types --test src/*.test.ts",
|
|
"types:check": "tsc --noEmit",
|
|
"clean": "rm -rf dist/"
|
|
},
|
|
"dependencies": {
|
|
"@penpot/plugin-styles": "1.4.2",
|
|
"@penpot/plugin-types": "1.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^10.1.0",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.1.0",
|
|
"vite-live-preview": "^0.4.0"
|
|
}
|
|
}
|