Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
37 lines
796 B
JSON
37 lines
796 B
JSON
{
|
|
"name": "@tm/ai-sdk-provider-grok-cli",
|
|
"private": true,
|
|
"description": "AI SDK provider for Grok CLI integration",
|
|
"type": "module",
|
|
"types": "./src/index.ts",
|
|
"main": "./dist/index.js",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/provider": "^2.0.0",
|
|
"@ai-sdk/provider-utils": "^3.0.10",
|
|
"jsonc-parser": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.18.6",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"keywords": ["ai", "grok", "x.ai", "cli", "language-model", "provider"],
|
|
"files": ["dist/**/*", "README.md"],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"version": ""
|
|
}
|