{
  "name": "react-native-wave-visual",
  "title": "React Native Wave Visual",
  "version": "1.0.0",
  "description": "audio or video visualizer for react native",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GZtheStackJourney/react-native-wave-visual.git",
    "baseUrl": "https://github.com/GZtheStackJourney/react-native-wave-visual"
  },
  "keywords": [
    "react-native",
    "audio",
    "video",
    "waves"
  ],
  "author": {
    "name": "gzliew",
    "email": "guozhangliew@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "^16.8.1",
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "@types/react-native": "^0.61.17",
    "react": "^16.9.0",
    "react-native": "^0.61.5",
    "typescript": "^3.8.2"
  },
  "files": [
    "android/**/*",
    "ios/**/*",
    "dist/**/*"
  ]
}
