{ "name": "@vectorize-io/hindsight-client", "version": "0.1.11", "description": "TypeScript client for Hindsight - Semantic memory system with personality-driven thinking", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "scripts": { "build": "tsc", "clean": "rm -rf dist", "generate": "npx @hey-api/openapi-ts", "prepublishOnly": "npm run build", "test": "jest" }, "keywords": [ "hindsight", "memory", "api", "client", "typescript" ], "author": "Hindsight Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nicoloboschi/hindsight.git", "directory": "hindsight-clients/typescript" }, "devDependencies": { "@hey-api/openapi-ts": "^0.88.0", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "files": [ "dist", "src", "generated", "README.md" ] }