{
  "name": "react-native-detect-note-pitch",
  "version": "0.1.0",
  "description": "My new module",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "open -a \"Xcode\" example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "react-native-detect-note-pitch",
    "ReactNativeDetectNotePitch"
  ],
  "repository": "https://github.com/derekhdawson/react-native-detect-note-pitch",
  "bugs": {
    "url": "https://github.com/derekhdawson/react-native-detect-note-pitch/issues"
  },
  "author": "derekhdawson <derekhdawson@yahoo.com> (https://github.com/derekhdawson)",
  "license": "MIT",
  "homepage": "https://github.com/derekhdawson/react-native-detect-note-pitch#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "^18.0.25",
    "expo-module-scripts": "^3.0.11",
    "expo-modules-core": "^1.5.7"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
