rdesign/frontend/node_modules/@copilotkit/runtime-client-gql/package.json

80 lines
2.2 KiB
JSON

{
"name": "@copilotkit/runtime-client-gql",
"private": false,
"homepage": "https://github.com/CopilotKit/CopilotKit",
"repository": {
"type": "git",
"url": "https://github.com/CopilotKit/CopilotKit.git"
},
"publishConfig": {
"access": "public"
},
"version": "1.54.0",
"sideEffects": false,
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"unpkg": "./dist/index.umd.js",
"jsdelivr": "./dist/index.umd.js",
"types": "./dist/index.d.cts",
"license": "MIT",
"peerDependencies": {
"react": "^18 || ^19 || ^19.0.0-rc"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.6",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-operations": "^4.2.1",
"@graphql-codegen/typescript-urql": "^4.0.0",
"@graphql-codegen/urql-introspection": "^3.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@parcel/watcher": "^2.4.1",
"@types/node": "^20.12.12",
"concurrently": "^8.2.2",
"esbuild": "^0.23.0",
"graphql": "^16.8.1",
"ts-node": "^10.9.2",
"tsdown": "^0.20.3",
"typescript": "^5.4.5",
"vitest": "^3.2.4"
},
"dependencies": {
"@urql/core": "^5.0.3",
"untruncate-json": "^0.0.1",
"urql": "^4.1.0",
"@copilotkit/shared": "1.54.0"
},
"keywords": [
"copilotkit",
"copilot",
"react",
"nextjs",
"nodejs",
"ai",
"assistant",
"javascript",
"automation",
"textarea"
],
"scripts": {
"build": "pnpm run graphql-codegen && tsdown",
"dev": "concurrently \"pnpm run graphql-codegen:watch\" \"tsdown --watch\"",
"test": "vitest run",
"test:watch": "vitest",
"check-types": "tsc --noEmit",
"graphql-codegen": "graphql-codegen -c codegen.ts",
"graphql-codegen:watch": "graphql-codegen -c codegen.ts --watch",
"link:global": "pnpm link --global",
"unlink:global": "pnpm unlink --global",
"publint": "publint .",
"attw": "attw --pack . --profile node16"
}
}