{ "name": "tools-scripts", "version": "0.0.1", "private": true, "description": "Scripts for AI Systems workspace", "homepage": "https://github.com/microsoft/TypeAgent#readme", "repository": { "type": "git", "url": "https://github.com/microsoft/TypeAgent.git", "directory": "ts/tools" }, "license": "MIT", "author": "Microsoft", "dependencies": { "@azure/arm-authorization": "^9.0.0", "@azure/identity": "^4.9.1", "@azure/keyvault-certificates": "^4.9.0", "@azure/keyvault-secrets": "^4.9.0", "@typeagent/agent-server-client": "workspace:*", "@typeagent/config": "workspace:*", "chalk": "^5.3.0", "debug": "^4.4.0", "js-yaml": "^4.2.0", "lodash-es": "^4.18.1", "semver": "^7.7.2", "sort-package-json": "^3.0.0", "validate-npm-package-name": "^6.0.0" }, "devDependencies": { "dotenv": "^16.5.0" } }