microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/add-unit-tests-for-fixable-todos

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

ts/tools/package.json

27lines · modecode

1{
2 "name": "tools-scripts",
3 "version": "0.0.1",
4 "private": true,
5 "description": "Scripts for AI Systems workspace",
6 "homepage": "https://github.com/microsoft/TypeAgent#readme",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/microsoft/TypeAgent.git",
10 "directory": "ts/tools"
11 },
12 "license": "MIT",
13 "author": "Microsoft",
14 "dependencies": {
15 "@azure/arm-authorization": "^9.0.0",
16 "@azure/identity": "^4.9.1",
17 "@typeagent/agent-server-client": "workspace:*",
18 "chalk": "^5.3.0",
19 "debug": "^4.4.0",
20 "semver": "^7.7.2",
21 "sort-package-json": "^3.0.0",
22 "validate-npm-package-name": "^6.0.0"
23 },
24 "devDependencies": {
25 "dotenv": "^16.5.0"
26 }
27}
28