{ "name": "vscode-schemagen", "version": "0.0.1", "private": true, "description": "vscode commands processor", "homepage": "https://github.com/microsoft/TypeAgent#readme", "repository": { "type": "git", "url": "https://github.com/microsoft/TypeAgent.git", "directory": "ts/examples/vscodeSchemaGen" }, "license": "MIT", "author": "Microsoft", "type": "module", "scripts": { "build": "npm run tsc", "postbuild": "copyfiles -q -u 1 \"src/data/**/!(output)/**/*\" dist", "clean": "rimraf --glob dist *.tsbuildinfo *.done.build.log", "prettier": "prettier --check . --ignore-path ../../.prettierignore", "prettier:fix": "prettier --write . --ignore-path ../../.prettierignore", "tsc": "tsc -p src" }, "dependencies": { "@typeagent/action-schema": "workspace:*", "@typeagent/aiclient": "workspace:*", "@typeagent/config": "workspace:*", "chalk": "^5.4.1", "copyfiles": "^2.4.1", "debug": "^4.4.0", "dotenv": "^16.3.1", "fastest-levenshtein": "^1.0.16", "telemetry": "workspace:*", "typeagent": "workspace:*", "typechat": "^0.1.1" }, "devDependencies": { "rimraf": "^6.0.1", "typescript": "~5.4.5" }, "engines": { "node": ">=22" } }