{
  "name": "@naluri-hidup/naluri-chat-sdk",
  "author": "Naluri Hidup",
  "module": "dist/index.mjs",
  "version": "0.1.0-beta.54",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com:naluri-hidup/naluri-chat-sdk.git"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./dist/NaluriCoachChat": {
      "require": "./dist/NaluriCoachChat.js",
      "import": "./dist/NaluriCoachChat.mjs"
    }
  },
  "engines": {
    "node": ">=14"
  },
  "publishConfig": {
    "@naluri-hidup:registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "start": "tsup --watch",
    "build": "tsup",
    "test": "jest --coverage --forceExit",
    "test:verbose": "jest --verbose ",
    "lint": "eslint src --ext .ts,.tsx --fix",
    "prepare": "husky install",
    "prettier": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
    "size": "size-limit",
    "codegen": "graphql-codegen --watch",
    "lint-staged": "lint-staged",
    "changeset": "changeset",
    "version": "changeset version",
    "tsc": "tsc --noEmit",
    "push": "yarn build && yarn dlx yalc push",
    "debug": "yarn start && nodemon --watch src --exec 'yarn push'"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "sideEffects": false,
  "size-limit": [
    {
      "path": "dist/NaluriChat.js",
      "limit": "30 KB"
    },
    {
      "path": "dist/NaluriChat.mjs",
      "limit": "30 KB"
    }
  ],
  "devDependencies": {
    "@changesets/changelog-github": "^0.5.0",
    "@changesets/cli": "^2.27.1",
    "@graphql-codegen/cli": "^5.0.2",
    "@graphql-codegen/client-preset": "^4.2.4",
    "@graphql-codegen/typescript-apollo-client-helpers": "^3.0.0",
    "@size-limit/preset-small-lib": "^11.0.3",
    "@types/apollo-upload-client": "^17.0.4",
    "@types/jest": "^29.5.12",
    "@types/zen-observable": "^0.8.7",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "cross-fetch": "^4.0.0",
    "esbuild-plugin-replace": "^1.4.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-standard-with-typescript": "^43.0.1",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-testing-library": "^6.2.0",
    "graphql-upload": "16",
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "lint-staged": "^15.2.2",
    "prettier": "^3.2.5",
    "react-native-fs": "^2.20.0",
    "shell-quote": "^1.8.1",
    "size-limit": "^11.0.3",
    "terser": "^5.29.1",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "tslib": "^2.6.2",
    "tsup": "^8.0.2",
    "typescript": "^5.4.2"
  },
  "dependencies": {
    "@apollo/client": "^3.9.6",
    "apollo-upload-client": "^17.0.0",
    "graphql": "^16.8.1",
    "graphql-ws": "^5.15.0",
    "tiny-invariant": "^1.3.3"
  },
  "packageManager": "yarn@3.6.4"
}
