87 lines
2.3 KiB
JSON
87 lines
2.3 KiB
JSON
{
|
|
"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",
|
|
"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": {
|
|
"@gradio/client": "1.12.0",
|
|
"@polymech/ai-tools": "file:../ai-tools",
|
|
"@polymech/commons": "file:../commons",
|
|
"@polymech/core": "file:../core",
|
|
"@polymech/fs": "file:../fs",
|
|
"@polymech/log": "file:../log",
|
|
"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",
|
|
"marked": "14.1.4",
|
|
"marked-terminal": "7.2.1",
|
|
"mime-types": "2.1.35",
|
|
"openai": "4.85.3",
|
|
"p-map": "7.0.3",
|
|
"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"
|
|
}
|
|
}
|