UNPKG

@bitnet-infotech/react-native-wav-to-mp3

Version:

A React Native library for converting WAV files to MP3 format using LAME encoder

48 lines (47 loc) 1.13 kB
{ "name": "@bitnet-infotech/react-native-wav-to-mp3", "version": "2.0.8", "description": "A React Native library for converting WAV files to MP3 format using LAME encoder", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "android", "ios", "RNWavToMp3.podspec", "package.json", "README.md" ], "scripts": { "prepare": "npm run build", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "wav", "mp3", "audio", "converter", "lame" ], "author": "BITNET-Infotech", "license": "MIT", "homepage": "https://github.com/BITNET-Infotech/react-native-wav-to-mp3#readme", "repository": { "type": "git", "url": "git+https://github.com/BITNET-Infotech/react-native-wav-to-mp3.git" }, "bugs": { "url": "https://github.com/BITNET-Infotech/react-native-wav-to-mp3/issues" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "typescript": "^4.9.5", "@types/react": "^18.0.0", "@types/react-native": "^0.70.0" } }