-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 769 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "headless-coder-sdk",
"private": true,
"version": "0.26.0",
"type": "module",
"workspaces": [
"packages/*",
"examples"
],
"scripts": {
"build": "node ./scripts/run-workspaces.mjs build",
"lint": "eslint .",
"test": "node ./scripts/run-workspaces.mjs test",
"smoke": "node ./scripts/smoke-consumer.mjs",
"acp:e2e": "npm run e2e --workspace packages/acp-server"
},
"devDependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.50",
"@types/node": "^20.12.7",
"tsup": "^8.5.0",
"tsx": "^4.19.1",
"typescript": "^5.4.0"
},
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
}