mirror of
https://github.com/penpot/penpot.git
synced 2026-03-19 00:43:52 +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@10.31.0+sha512.e3927388bfaa8078ceb79b748ffc1e8274e84d75163e67bc22e06c0d3aed43dd153151cbf11d7f8301ff4acb98c68bdc5cadf6989532801ffafe3b3e4a63c268",
|
|
"scripts": {
|
|
"build": "tsc --build --clean && tsc --build",
|
|
"watch": "tsc --watch",
|
|
"types:check": "tsc --noEmit",
|
|
"clean": "rm -rf dist/"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"files": [
|
|
"dist/**/*"
|
|
]
|
|
}
|