{
    "name": "@memorystack/react-native-sdk",
    "version": "1.0.0",
    "description": "Official React Native SDK for MemoryStack - Semantic memory layer for AI applications",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "react-native": "src/index.ts",
    "source": "src/index.ts",
    "files": [
        "dist",
        "src",
        "README.md"
    ],
    "scripts": {
        "build": "tsc",
        "build:watch": "tsc --watch",
        "clean": "node -e \"require('fs').rmSync('dist', {recursive:true, force:true})\"",
        "prepublishOnly": "npm run clean && npm run build",
        "typecheck": "tsc --noEmit"
    },
    "keywords": [
        "memory",
        "ai",
        "semantic-memory",
        "memorystack",
        "embeddings",
        "knowledge-graph",
        "agents",
        "react-native",
        "expo",
        "offline-first",
        "hooks"
    ],
    "author": "MemoryStack",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/memorystack-labs/memorystack-react-native"
    },
    "homepage": "https://memorystack.app",
    "bugs": {
        "url": "https://github.com/memorystack-labs/memorystack-react-native/issues"
    },
    "peerDependencies": {
        "react": ">=17.0.0",
        "react-native": ">=0.64.0"
    },
    "peerDependenciesMeta": {
        "@react-native-async-storage/async-storage": {
            "optional": true
        },
        "@react-native-community/netinfo": {
            "optional": true
        }
    },
    "dependencies": {},
    "devDependencies": {
        "@types/react": "^18.2.0",
        "@types/react-native": "^0.72.0",
        "react": "^18.2.0",
        "react-native": "^0.72.0",
        "typescript": "^5.0.0"
    },
    "engines": {
        "node": ">=16.0.0"
    }
}