{
  "name": "sentiance-react-native",
  "version": "6.21.0-alpha.1",
  "description": "React Native libraries for the Sentiance SDK",
  "author": "",
  "license": "",
  "homepage": "https://bitbucket.org/getjini/sentiance.sdk.react-native-bridge",
  "devDependencies": {
    "@babel/core": "^7.25.8",
    "@babel/preset-env": "^7.22.4",
    "@babel/runtime": "^7.22.3",
    "@types/react-native": "^0.72.8",
    "@typescript-eslint/eslint-plugin": "^5.12.0",
    "@typescript-eslint/parser": "^5.12.0",
    "babel-jest": "^29.5.0",
    "eslint": "^8.56.0",
    "eslint-plugin-jest": "^27.6.3",
    "jest": "^29.5.0",
    "jsdoc": "^3.6.10",
    "jsdoc-to-markdown": "^7.1.1",
    "metro-react-native-babel-preset": "^0.76.6",
    "prettier": "^2.6.2",
    "prettier-plugin-jsdoc": "^0.3.38",
    "react-native": "0.61.5",
    "typescript": "^4.9.5"
  },
  "engines": {
    "pnpm": ">=10.24.0"
  },
  "devEngines": {
    "runtime": {
      "name": "node",
      "onFail": "error"
    },
    "packageManager": {
      "name": "pnpm",
      "version": "10.24.0",
      "onFail": "error"
    }
  },
  "scripts": {
    "tsc": "tsc --build --verbose",
    "docs": "npx jsdoc2md index.d.ts > types.md",
    "test": "jest --verbose",
    "testAndWatch": "jest --verbose --watchAll",
    "androidTest": "cd ./packages && ./gradlew test -PtestEnv=true --stacktrace",
    "fetch:npm_tag": "node ./scripts/determine-version-tag.js",
    "sync:package_versions": "node ./scripts/sync-package-versions.js",
    "lint": "npm run lint --workspaces",
    "prepublishLocal": "npm run tsc && npm run sync:package_versions",
    "publishLocal": "npm publish --workspaces --registry http://localhost:4873/ --tag $(npm run fetch:npm_tag --silent)",
    "prepublishLocal:overwrite": "npm run tsc",
    "publishLocal:overwrite": "npm unpublish --force --workspaces --registry http://localhost:4873/ && npm publish --workspaces --registry http://localhost:4873/ --tag $(npm run fetch:npm_tag --silent)",
    "new-sdk-module": "./scripts/new-sdk-module/run.sh",
    "preinstall": "node -e \"const ua = process.env.npm_config_user_agent || ''; if (!ua.includes('pnpm')) { console.error('\\n✖ Please use pnpm instead of npm/yarn.\\n   Install pnpm: npm install -g pnpm\\n   Then run: pnpm install\\n'); process.exit(1); }\""
  }
}