mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +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.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
|
|
"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/**/*"
|
|
]
|
|
}
|