UNPKG

react-native-audio-recorder-player

Version:
67 lines (66 loc) 2.03 kB
{ "name": "react-native-audio-recorder-player", "version": "2.5.2", "description": "React Native Audio Recorder and Player.", "homepage": "https://github.com/dooboolab/react-native-audio-recorder-player", "main": "index.ts", "types": "index.d.ts", "postinstall": "dooboolab-welcome postinstall", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && flowgen index.d.ts -o index.js.flow", "lint": "eslint -c .eslintrc.js 'index.ts'" }, "repository": { "type": "git", "url": "git+https://github.com/dooboolab/react-native-audio-recorder-player" }, "keywords": [ "react-native", "audio", "sound", "record", "recorder", "player" ], "author": "dooboolab", "license": "MIT", "peerDependencies": { "react": ">=16.13.1", "react-native": ">=0.62.2" }, "dependencies": { "dooboolab-welcome": "^1.2.0" }, "devDependencies": { "@babel/cli": "^7.10.1", "@babel/core": "^7.10.2", "@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-proposal-decorators": "7.10.1", "@babel/plugin-proposal-object-rest-spread": "^7.10.1", "@babel/plugin-transform-runtime": "7.10.1", "@babel/preset-typescript": "^7.10.1", "@dooboo/eslint-config": "^0.4.2", "@babel/runtime": "^7.10.2", "@testing-library/react-native": "^5.0.3", "@types/jest": "^26.0.0", "@types/react": "^16.9.38", "@types/react-native": "^0.62.13", "@types/react-navigation": "^3.4.0", "@types/react-test-renderer": "^16.9.2", "@types/styled-components": "^5.1.0", "@typescript-eslint/eslint-plugin": "^3.3.0", "@typescript-eslint/parser": "^3.3.0", "babel-eslint": "^10.1.0", "babel-jest": "26.0.1", "babel-preset-react-native": "^5.0.2", "codecov": "^3.7.0", "eslint": "^7.2.0", "flowgen": "^1.11.0", "prettier": "^2.0.5", "react-dom": "^16.13.1", "react-test-renderer": "^16.13.1", "ts-jest": "^26.1.0", "typescript": "^3.9.5" } }