61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@nicepkg/gpt-runner-core",
|
|
"version": "1.2.9",
|
|
"description": "Core module for GPT-Runner providing config file parser and LLM connection utilities.",
|
|
"author": "Jinming Yang <2214962083@qq.com>",
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/2214962083",
|
|
"homepage": "https://github.com/nicepkg/gpt-runner/tree/main/packages/gpt-runner-core#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nicepkg/gpt-runner",
|
|
"directory": "packages/core"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nicepkg/gpt-runner/issues"
|
|
},
|
|
"keywords": [
|
|
"gpt-runner",
|
|
"langchain",
|
|
"chatgpt",
|
|
"prompt",
|
|
"ai",
|
|
"storybook",
|
|
"openai",
|
|
"huggingFace",
|
|
"anthropic"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"main": "dist/index.cjs",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/",
|
|
"LICENSE",
|
|
"*.md"
|
|
],
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"stub": "unbuild --stub"
|
|
},
|
|
"dependencies": {
|
|
"@nicepkg/gpt-runner-shared": "workspace:*",
|
|
"ignore": "^5.2.4",
|
|
"langchain": "^0.0.127",
|
|
"unconfig": "^0.3.10",
|
|
"uuid": "^9.0.0",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@anthropic-ai/sdk": "^0.6.0",
|
|
"openai": "^3.3.0"
|
|
}
|
|
}
|