Skip to content

Instantly share code, notes, and snippets.

@spboyer
Created November 8, 2025 00:03
Show Gist options
  • Select an option

  • Save spboyer/270a2d0c2d804df9dcb5ed13d6431155 to your computer and use it in GitHub Desktop.

Select an option

Save spboyer/270a2d0c2d804df9dcb5ed13d6431155 to your computer and use it in GitHub Desktop.
Foundry agent package.json
{
"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