Setting the file. One moment.
Subchapter 13.4
templates/claude-agent-sdk/package.json
JSON14 lines289 B
{
"name": "safe-browser-claude-hn-demo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node hn-scraper-demo.mjs"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.123",
"playwright": "^1.58.0",
"zod": "^4.3.6"
}
}