{
  "name": "@naluri-hidup/naluri-video-sdk",
  "author": "Naluri Hidup",
  "module": "dist/index.mjs",
  "version": "0.2.0-beta.18",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com:naluri-hidup/naluri-video-sdk.git"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./dist/NaluriCoachVideo": {
      "require": "./dist/NaluriCoachVideo.js",
      "import": "./dist/NaluriCoachVideo.mjs"
    }
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "@naluri-hidup:registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "start": "tsup --watch",
    "build": "tsup",
    "test": "jest --coverage --verbose --detectOpenHandles --forceExit",
    "check": "yarn dlx @biomejs/biome check --apply ./src",
    "prepare": "husky install",
    "size": "size-limit",
    "lint-staged": "lint-staged",
    "changeset": "changeset",
    "version": "changeset version",
    "tsc": "tsc --noEmit"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "sideEffects": false,
  "devDependencies": {
    "@biomejs/biome": "^1.4.1",
    "@changesets/changelog-github": "^0.5.0",
    "@changesets/cli": "^2.27.1",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.10.4",
    "@types/react": "^18.2.43",
    "@types/react-native": "^0.72.8",
    "@types/react-native-webrtc": "^1.75.8",
    "@types/shell-quote": "^1",
    "@types/twilio-video": "^2.11.0",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.0",
    "shell-quote": "^1.8.1",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.2",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "react-native-webrtc": "^111.0.1",
    "tiny-invariant": "^1.3.1",
    "twilio-video": "^2.28.1"
  },
  "packageManager": "yarn@4.0.2"
}
