{ "name": "@nicepkg/gpt-runner", "version": "1.2.9", "description": "Provides the defineConfig function and UserConfig type to enable type-checked configuration of the gptr.config.ts file, forming a crucial part of the GPT-Runner package designed to enhance AI-driven development workflows.", "author": "Jinming Yang <2214962083@qq.com>", "license": "MIT", "funding": "https://github.com/sponsors/2214962083", "homepage": "https://github.com/nicepkg/gpt-runner#readme", "repository": { "type": "git", "url": "https://github.com/nicepkg/gpt-runner" }, "sponsor": { "url": "https://github.com/sponsors/2214962083" }, "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" ], "engines": { "node": ">=16.15.0" }, "dependencies": { "@nicepkg/gpt-runner-shared": "1.2.9" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub" } }