{
  "name": "expo-sound-analysis",
  "version": "1.1.7",
  "description": "Expo plugin for iOS Sound Analysis",
  "license": "MIT",
  "author": "DF Tech",
  "homepage": "https://github.com/your-repo/expo-sound-analysis",
  "repository": {
    "type": "git",
    "url": "https://github.com/your-repo/expo-sound-analysis.git"
  },
  "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"
  },
  "keywords": [
    "expo",
    "sound-analysis",
    "react-native",
    "ios"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/react": "~18.3.12",
    "expo-module-scripts": "^4.0.2",
    "expo-modules-core": "^2.1.2",
    "expo": "~52.0.0",
    "react-native": "0.76.0"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
