UNPKG

@dashdoc/react-native-system-sounds

Version:

A module to play system sounds and beeps for React Native on iOS and Android (no sound files).

62 lines (61 loc) 1.46 kB
{ "name": "@dashdoc/react-native-system-sounds", "title": "React Native System Sounds", "version": "1.1.1", "description": "A module to play system sounds and beeps for React Native on iOS and Android (no sound files).", "homepage": "https://github.com/Dashdoc/react-native-system-sounds", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "README.md", "lib", "android", "ios", "react-native-system-sounds.podspec" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf lib/* && tsc" }, "husky": { "hooks": { "pre-commit": "npm run build; git add lib" } }, "repository": { "type": "git", "url": "git+https://github.com/Dashdoc/react-native-system-sounds.git", "baseUrl": "https://github.com/Dashdoc/react-native-system-sounds" }, "keywords": [ "react-native", "ios", "android", "system", "audio", "sound", "sounds", "beep", "beeps" ], "author": { "name": "Dashdoc", "email": "contact@dashdoc.eu" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "husky": "^4.3.5", "react": "^18.2.0", "react-native": "^0.72.4", "typescript": "^4.8.4" }, "bugs": { "url": "https://github.com/Dashdoc/react-native-system-sounds/issues" } }