mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 11:02:20 +00:00
21 lines
498 B
JSON
21 lines
498 B
JSON
{
|
|
"name": "@sandbox-agent/example-persist-postgres",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "tsx src/index.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@sandbox-agent/example-shared": "workspace:*",
|
|
"@sandbox-agent/persist-postgres": "workspace:*",
|
|
"pg": "latest",
|
|
"sandbox-agent": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "latest",
|
|
"@types/pg": "latest",
|
|
"tsx": "latest",
|
|
"typescript": "latest"
|
|
}
|
|
}
|