36 lines
745 B
JSON
36 lines
745 B
JSON
{
|
|
"name": "@open-pencil/acp",
|
|
"version": "0.5.1",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./src/agent.ts",
|
|
"bin": {
|
|
"openpencil-acp": "./dist/index.js"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "bunx tsgo && bunx fix-esm-import-path dist",
|
|
"prepublishOnly": "bun run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/open-pencil/open-pencil.git",
|
|
"directory": "packages/acp"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"dependencies": {
|
|
"@agentclientprotocol/sdk": "^0.14.1",
|
|
"@open-pencil/core": "workspace:*",
|
|
"canvaskit-wasm": "^0.40.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
}
|