{
    "name": "react-native-audio-mixer",
    "title": "React Native Audio Mixer",
    "version": "0.3.0",
    "description": "TODO",
    "main": "index.tsx",
    "files": [
        "README.md",
        "android",
        "index.tsx",
        "ios",
        "react-native-audio-mixer.podspec"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "tsc"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/github_account/react-native-audio-mixer.git",
        "baseUrl": "https://github.com/github_account/react-native-audio-mixer"
    },
    "keywords": [
        "react-native"
    ],
    "author": {
        "name": "PAUILLACQ",
        "email": "charly.pauillacq@la-forge.co"
    },
    "license": "MIT",
    "licenseFilename": "LICENSE",
    "readmeFilename": "README.md",
    "peerDependencies": {
        "react": "^16.8.1",
        "react-native": ">=0.60.0-rc.0 <1.0.x"
    },
    "devDependencies": {
        "react": "^16.9.0",
        "react-native": "^0.61.5",
        "typescript": "^3.9.3"
    },
    "dependencies": {
        "@types/react-native": "^0.62.12",
        "react-native-fs": "^2.16.6"
    }
}
