UNPKG

@codervisor/devlog-ai

Version:

AI Chat History Extractor & Docker-based Automation - TypeScript implementation for GitHub Copilot and other AI coding assistants with automated testing capabilities

57 lines (56 loc) 1.32 kB
{ "name": "@codervisor/devlog-ai", "version": "0.1.0", "description": "AI Chat History Extractor & Docker-based Automation - TypeScript implementation for GitHub Copilot and other AI coding assistants with automated testing capabilities", "type": "module", "main": "./build/index.js", "types": "./build/index.d.ts", "scripts": { "build": "tsc", "clean": "rimraf build", "dev": "tsc --watch", "test": "vitest run", "test:ui": "vitest --ui", "test:watch": "vitest --watch" }, "keywords": [ "ai", "ai-chat", "github-copilot", "cursor", "claude-code", "chat-history", "vscode", "ai-assistant", "devlog", "docker-automation", "copilot-testing", "automated-testing", "code-generation", "ai-evaluation" ], "author": { "name": "Marvin Zhang", "email": "tikazyq@163.com" }, "license": "Apache-2.0", "dependencies": { "@codervisor/devlog-core": "workspace:*", "commander": "^12.0.0", "chalk": "^5.3.0", "cli-table3": "^0.6.5", "ora": "^8.0.1", "fast-glob": "^3.3.2", "zod": "^3.22.4", "date-fns": "^3.6.0" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.0", "vitest": "^2.1.9", "rimraf": "^5.0.5" }, "engines": { "node": ">=20" } }