Created
November 8, 2025 00:03
-
-
Save spboyer/270a2d0c2d804df9dcb5ed13d6431155 to your computer and use it in GitHub Desktop.
Foundry agent package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "foundry-agent", | |
| "version": "0.1.0", | |
| "description": "Simple AI agent with web frontend using Azure AI Foundry", | |
| "private": true, | |
| "type": "module", | |
| "scripts": { | |
| "dev": "pnpm --filter web dev", | |
| "build": "pnpm --filter web build", | |
| "test": "pnpm --filter web test", | |
| "lint": "pnpm --filter web lint" | |
| }, | |
| "workspaces": [ | |
| "src/web" | |
| ], | |
| "devDependencies": { | |
| "js-yaml": "^4.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=20.0.0", | |
| "pnpm": ">=9.0.0" | |
| }, | |
| "packageManager": "[email protected]" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment