{ "name": "@typeagent/docs-autogen", "version": "0.0.1", "description": "Scheduled regeneration of package-level README.md files for the TypeAgent monorepo.", "homepage": "https://github.com/microsoft/TypeAgent#readme", "repository": { "type": "git", "url": "https://github.com/microsoft/TypeAgent.git", "directory": "ts/tools/docsAutogen" }, "license": "MIT", "author": "Microsoft", "type": "module", "exports": { ".": "./dist/indexNode.js" }, "bin": { "docs-autogen": "./dist/cli.js" }, "files": [ "dist", "!dist/test" ], "scripts": { "build": "npm run tsc", "clean": "rimraf --glob dist *.tsbuildinfo *.done.build.log", "docs:generate": "node ./dist/cli.js", "jest-esm": "node --no-warnings --experimental-vm-modules ./node_modules/jest/bin/jest.js", "prettier": "prettier --check . --ignore-path ../../.prettierignore", "prettier:fix": "prettier --write . --ignore-path ../../.prettierignore", "test": "npm run test:local", "test:local": "pnpm run jest-esm --testPathPattern=\".*[.]spec[.]js\"", "tsc": "tsc -b" }, "dependencies": { "@typeagent/aiclient": "workspace:*", "chalk": "^5.4.1", "debug": "^4.4.0" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/jest": "^29.5.7", "@types/node": "^22.10.5", "jest": "^29.7.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "typescript": "~5.4.5" } }