/
githubmirror
/
gpt-runner
Обзор
Документация
Войти
/
githubmirror
/
gpt-runner
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/gpt-runner-cli/package.json
61 строка
1 KB
JinmingYang
fix: lint error
15 авг 2023, 18:10
15 авг 2023, 18:10
963fa78
Код
Авторство
О чём код?
{ "name": "@nicepkg/gpt-runner-cli", "version": "1.2.9", "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.cjs" }, "files": [ "bin/", "dist/", "LICENSE", "*.md" ], "engines": { "node": ">=16.15.0" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub" }, "dependencies": { "@nicepkg/gpt-runner-web": "workspace:*" }, "devDependencies": { "@nicepkg/gpt-runner-core": "workspace:*", "@nicepkg/gpt-runner-shared": "workspace:*", "cac": "^6.7.14", "chokidar": "^3.5.3", "colorette": "^2.0.20", "consola": "^3.2.3", "execa": "5.1.1", "wait-port": "^1.0.4" } }