{ "name": "schema-studio", "version": "0.0.1", "private": true, "description": "Automatic Schema Authoring", "homepage": "https://github.com/microsoft/TypeAgent#readme", "repository": { "type": "git", "url": "https://github.com/microsoft/TypeAgent.git", "directory": "ts/examples/schemaStudio" }, "license": "MIT", "author": "Microsoft", "type": "module", "scripts": { "build": "npm run tsc", "postbuild": "copyfiles -u 1 \"src/**/*Schema.ts\" \"src/**/*.txt\" dist", "clean": "rimraf --glob dist *.tsbuildinfo *.done.build.log", "prettier": "prettier --check . --ignore-path ../../.prettierignore", "prettier:fix": "prettier --write . --ignore-path ../../.prettierignore", "start": "node dist/main.js", "tsc": "tsc -p src" }, "dependencies": { "@typeagent/action-schema": "workspace:*", "@typeagent/aiclient": "workspace:*", "@typeagent/config": "workspace:*", "agent-cache": "workspace:*", "agent-dispatcher": "workspace:*", "azure-ai-foundry": "workspace:*", "debug": "^4.4.0", "default-agent-provider": "workspace:*", "dotenv": "^16.3.1", "find-config": "^1.0.0", "interactive-app": "workspace:*", "schema-author": "workspace:*", "typeagent": "workspace:*", "typechat": "^0.1.1", "typescript": "~5.4.5" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/find-config": "1.0.4", "copyfiles": "^2.4.1", "rimraf": "^6.0.1", "typescript": "~5.4.5" }, "engines": { "node": ">=22" } }