mirror of
https://github.com/penpot/penpot.git
synced 2026-07-04 13:25:14 +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@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
|
|
"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/**/*"
|
|
]
|
|
}
|