-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 826 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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:*",
"chalk": "^5.3.0",
"debug": "^4.4.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"
}
}