mirror of
https://github.com/humanlayer/12-factor-agents.git
synced 2025-08-20 18:59:53 +03:00
21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"name": "my-agent",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "tsx src/index.ts",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@boundaryml/baml": "latest",
|
|
"tsx": "^4.15.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"eslint": "^8.0.0"
|
|
}
|
|
}
|