{
  "name": "@react-native-community/audio-toolkit",
  "version": "2.0.3",
  "description": "Cross-platform audio library for React Native",
  "main": "index.js",
  "types": "typings/index.d.ts",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start"
  },
  "homepage": "https://github.com/react-native-community/react-native-audio-toolkit#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-community/react-native-audio-toolkit.git"
  },
  "bugs": {
    "url": "https://github.com/react-native-community/react-native-audio-toolkit/issues"
  },
  "dependencies": {
    "async": "^2.6.3",
    "eventemitter3": "^1.2.0",
    "lodash": "^4.17.15"
  },
  "keywords": [
    "react-native",
    "react native",
    "audio",
    "audio toolkit",
    "audio-toolkit"
  ]
}
