60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "@nicepkg/gpt-runner-cli",
|
|
"version": "0.6.7",
|
|
"description": "GPT-Runner CLI helps manage AI presets and enables AI-driven conversations with your code, streamlining development workflows and boosting efficiency.",
|
|
"author": {
|
|
"name": "Jinming Yang",
|
|
"email": "2214962083@qq.com",
|
|
"url": "https://github.com/2214962083"
|
|
},
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/2214962083",
|
|
"homepage": "https://github.com/nicepkg/gpt-runner/tree/main/packages/gpt-runner-cli#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nicepkg/gpt-runner",
|
|
"directory": "packages/gpt-runner-cli"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nicepkg/gpt-runner/issues"
|
|
},
|
|
"keywords": [
|
|
"gpt-runner",
|
|
"langchain",
|
|
"chatgpt",
|
|
"prompt",
|
|
"ai",
|
|
"storybook",
|
|
"openai",
|
|
"huggingFace",
|
|
"anthropic"
|
|
],
|
|
"bin": {
|
|
"gptr": "./bin/gpt-runner.mjs"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"dist/",
|
|
"LICENSE",
|
|
"*.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.15.0"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"stub": "unbuild --stub"
|
|
},
|
|
"dependencies": {
|
|
"@nicepkg/gpt-runner-core": "workspace:*",
|
|
"@nicepkg/gpt-runner-shared": "workspace:*",
|
|
"@nicepkg/gpt-runner-web": "workspace:*",
|
|
"cac": "^6.7.14",
|
|
"chokidar": "^3.5.3",
|
|
"colorette": "^2.0.20",
|
|
"consola": "^3.2.3",
|
|
"execa": "^7.1.1",
|
|
"wait-port": "^1.0.4"
|
|
}
|
|
}
|