mirror of
https://github.com/penpot/penpot.git
synced 2026-08-07 21:38:48 +00:00
21 lines
603 B
JSON
21 lines
603 B
JSON
{
|
|
"name": "mcp-common",
|
|
"version": "1.0.0",
|
|
"description": "Shared type definitions and interfaces for Penpot MCP",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
|
|
"scripts": {
|
|
"build": "tsc --build --clean && tsc --build",
|
|
"watch": "tsc --watch",
|
|
"types:check": "tsc --noEmit",
|
|
"clean": "rm -rf dist/"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"files": [
|
|
"dist/**/*"
|
|
]
|
|
}
|