graphlit-client
Version:
Graphlit API TypeScript Client
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "graphlit-client",
"version": "1.0.20250402002",
"description": "Graphlit API TypeScript Client",
"main": "dist/client.js",
"types": "dist/client.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/graphlit/graphlit-client-typescript"
},
"contributors": [
"Kirk Marple (https://github.com/kirk-marple)"
],
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"generate": "graphql-codegen --config codegen.yml",
"build": "tsc -p tsconfig.json"
},
"keywords": [
"Graphlit",
"API",
"LLM",
"AI",
"RAG",
"OpenAI",
"PDF",
"parsing",
"preprocessing"
],
"author": "Unstruk Data Inc.",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.13.5",
"@graphql-codegen/cli": "^5.0.5",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-operations": "^4.6.0",
"graphql": "^16.10.0",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@graphql-codegen/typescript-document-nodes": "^4.0.16",
"@types/jsonwebtoken": "^9.0.9",
"typescript": "^5.8.2"
}
}