openpencil/apps/cli/package.json
2026-04-17 19:20:19 +08:00

33 lines
796 B
JSON

{
"name": "@zseven-w/openpencil",
"version": "0.7.4",
"description": "CLI for OpenPencil — control the design tool from your terminal",
"homepage": "https://github.com/ZSeven-W/openpencil/tree/main/apps/cli",
"bugs": {
"url": "https://github.com/ZSeven-W/openpencil/issues"
},
"license": "MIT",
"author": {
"name": "ZSeven-W",
"email": "xkayshen@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ZSeven-W/openpencil.git",
"directory": "apps/cli"
},
"bin": {
"op": "dist/openpencil-cli.cjs"
},
"files": [
"dist"
],
"type": "module",
"scripts": {
"compile": "cd ../.. && bun run cli:compile"
},
"dependencies": {
"@zseven-w/pen-figma": "workspace:*",
"@zseven-w/pen-mcp": "workspace:*"
}
}