sandbox-agent/examples/hooks/package.json
2026-03-09 19:59:45 -07:00

18 lines
386 B
JSON

{
"name": "@sandbox-agent/example-hooks",
"private": true,
"type": "module",
"scripts": {
"start": "tsx src/index.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@sandbox-agent/example-shared": "workspace:*",
"sandbox-agent": "workspace:*"
},
"devDependencies": {
"@types/node": "latest",
"tsx": "latest",
"typescript": "latest"
}
}