UNPKG

@chittyos/chittycontextual-client

Version:

TypeScript client for ChittyContextul cross-source temporal intelligence platform

69 lines (68 loc) 1.69 kB
{ "name": "@chittyos/chittycontextual-client", "version": "1.0.0", "description": "TypeScript client for ChittyContextul cross-source temporal intelligence platform", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./react": { "types": "./dist/react/index.d.ts", "import": "./dist/react/index.mjs", "require": "./dist/react/index.js" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsup src/index.ts react/index.ts --format cjs,esm --dts --clean", "dev": "tsup src/index.ts react/index.ts --format cjs,esm --dts --watch", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "chittyos", "chittycontextual", "temporal-intelligence", "communication-analysis", "typescript", "api-client" ], "author": "ChittyCorp LLC", "license": "MIT", "peerDependencies": { "react": "^18.0.0", "@tanstack/react-query": "^5.0.0" }, "peerDependenciesMeta": { "react": { "optional": true }, "@tanstack/react-query": { "optional": true } }, "dependencies": { "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^20.16.11", "@types/react": "^18.3.11", "@tanstack/react-query": "^5.60.5", "react": "^18.3.1", "tsup": "^8.0.0", "typescript": "^5.6.3" }, "repository": { "type": "git", "url": "https://github.com/chittycorp/chittycontextual.git", "directory": "packages/chittycontextual-client" } }