mirror of
https://github.com/penpot/penpot.git
synced 2026-08-29 08:08:46 +00:00
21 lines
602 B
JSON
21 lines
602 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@12.0.0+sha512.9e2e3dc3911995868dc94b8175c217c27e95408fa03b4a22749778f2b34f773b77cdd3b39ede8171b22fcd53be6a35342e9fac9948a68ef58df6488ce89a7e67",
|
|
"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/**/*"
|
|
]
|
|
}
|