{
  "name": "react-native-app-usage-stats",
  "version": "1.0.1",
  "description": "React Native module for querying per-app foreground usage time on Android. iOS returns a graceful NOT_SUPPORTED error.",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "react-native-app-usage-stats.podspec",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!android/build",
    "!ios/build",
    "!lib/typescript/example"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "usage-stats",
    "screen-time",
    "app-usage",
    "foreground-time",
    "digital-wellbeing"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/akerpic/react-native-app-usage-stats.git"
  },
  "author": "İ. Atacan Kerpiç",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/akerpic/react-native-app-usage-stats/issues"
  },
  "homepage": "https://github.com/akerpic/react-native-app-usage-stats#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-native": "^0.72.0",
    "react": "^18.2.0",
    "react-native": "^0.72.0",
    "react-native-builder-bob": "^0.23.0",
    "typescript": "^5.2.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.71.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
