{
  "name": "react-native-simple-note-pitch-detector",
  "version": "0.7.3",
  "description": "a simple react native library to detect the pitch of the input recording",
  "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",
    "android": "expo run:android",
    "ios": "expo run:ios"
  },
  "keywords": [
    "react-native",
    "expo",
    "react-native-simple-note-pitch-detector",
    "ReactNativeSimpleNotePitchDetector"
  ],
  "repository": "https://github.com/derekhdawson/react-native-simple-note-pitch-detector",
  "bugs": {
    "url": "https://github.com/derekhdawson/react-native-simple-note-pitch-detector/issues"
  },
  "author": "derekhdawson <derekhdawson@yahoo.com> (https://github.com/derekhdawson)",
  "license": "MIT",
  "homepage": "https://github.com/derekhdawson/react-native-simple-note-pitch-detector#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "~19.1.10",
    "expo-module-scripts": "^3.0.11",
    "expo-modules-core": "~3.0.29"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
