{ "name": "@polymech/kbot-d", "version": "0.3.5", "type": "module", "publishConfig": { "access": "public" }, "bin": { "kbot-d": "./dist-in/main.js" }, "exports": { ".": "./dist-in/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc -p . --watch", "lint": "eslint src --ext .ts", "test": "vitest run", "test:basic": "vitest run tests/unit/basic.test.ts", "test:math": "vitest run tests/unit/math.test.ts", "test:format": "vitest run tests/unit/format.test.ts", "test:seo": "vitest run tests/unit/seo.test.ts", "test:language": "vitest run tests/unit/language.test.ts", "test:tools": "vitest run tests/unit/tools.test.ts", "test:coding": "vitest run tests/unit/coding.test.ts", "test:files": "vitest run tests/unit/files.test.ts", "test2:watch": "vitest", "test2:coverage": "vitest run --coverage", "webpack": "webpack --config webpack.config.js --stats-error-details", "exe:win": "cd dist && nexe -i main_node.js -o kbot.exe --build --temp=../../temp-kbot --verbose", "exe:lnx": "cd dist && nexe -i main_node.js -o kbot --build --temp=../../temp-kbot --verbose" }, "dependencies": { "@polymech/ai-tools": "file:../ai-tools", "@polymech/commons": "file:../commons", "@polymech/core": "file:../core", "@polymech/fs": "file:../fs", "@polymech/log": "file:../log", "@polymech/slugify": "file:../slugify", "axios": "1.7.9", "chalk": "4.0.0", "deepmerge-ts": "7.1.4", "emojilib": "4.0.1", "env-var": "7.5.0", "glob": "11.0.1", "json-schema-to-zod": "2.6.0", "jsonpath-plus": "10.3.0", "marked": "14.1.4", "marked-terminal": "7.2.1", "mime-types": "2.1.35", "openai": "4.91.0", "p-map": "7.0.3", "p-throttle": "7.0.0", "ts-retry": "6.0.0", "tslog": "^4.9.3", "yargs": "17.7.2", "zod": "3.24.2" }, "keywords": [ "ai", "code-assistant", "gpt", "bolt.new", "cursor", "code-generation", "pair-programming", "copilot", "code-completion", "natural-language-processing", "machine-learning", "autonomous-coding", "code-analysis", "code-suggestions", "code-intelligence", "refactoring-assistant", "code-documentation", "semantic-analysis", "code-review" ], "devDependencies": { "@repo/typescript-config": "file:../typescript-config", "@types/node": "22.10.2", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "@vitest/coverage-v8": "^2.1.8", "eslint": "^8.57.1", "ts-json-schema-generator": "^2.3.0", "ts-loader": "9.5.1", "tsx": "^4.5.0", "typescript": "^5.7.2", "vitest": "^2.1.8", "webpack": "5.97.1", "webpack-cli": "6.0.1", "webpack-visualizer-plugin2": "1.1.0", "zod-to-json-schema": "3.24.1" } }