{ "name": "classify", "version": "0.0.1", "private": true, "description": "classify Example", "homepage": "https://github.com/microsoft/TypeAgent#readme", "repository": { "type": "git", "url": "https://github.com/microsoft/TypeAgent.git", "directory": "ts/examples/classify" }, "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", "tsc": "tsc -p src" }, "dependencies": { "@typeagent/config": "workspace:*", "chalk": "^5.4.1", "copyfiles": "^2.4.1", "dotenv": "^16.3.1", "typeagent": "workspace:*", "typechat": "^0.1.1" }, "devDependencies": { "rimraf": "^6.0.1", "typescript": "~5.4.5" }, "engines": { "node": ">=22" } }