UNPKG

@simform_solutions/react-native-audio-waveform

Version:

A React Native component to show audio waveform with ease in react native application

115 lines 2.9 kB
{ "name": "@simform_solutions/react-native-audio-waveform", "version": "2.1.6", "description": "A React Native component to show audio waveform with ease in react native application", "main": "lib/index", "types": "lib/index.d.ts", "contributors": [], "author": "Simform Solutions", "repository": { "type": "git", "url": "https://github.com/SimformSolutionsPvtLtd/react-native-audio-waveform" }, "homepage": "https://github.com/SimformSolutionsPvtLtd/react-native-audio-waveform#readme", "keywords": [ "react", "react-native", "typescript", "rn", "audio", "waveform", "audio-waveform", "react-native-audio-waveform", "react-native-audio", "react-native-waveform", "audio-chat", "chat-audio" ], "license": "MIT", "files": [ "/lib", "/ios", "/android", "*.podspec" ], "scripts": { "prepare": "husky install && yarn build", "clean": "rm -rf node_modules", "build": "rm -rf lib && tsc -p .", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' -c .eslintrc --fix ", "build:local": "yarn build && yarn pack", "test": "jest", "example": "yarn --cwd example" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@commitlint/cli": "^16.1.0", "@commitlint/config-conventional": "^16.0.0", "@react-native-community/eslint-config": "^3.0.1", "@testing-library/react-native": "^9.0.0", "@tsconfig/react-native": "^2.0.2", "@types/jest": "^27.4.0", "@types/lodash": "^4.14.202", "@types/react-native": "^0.69.5", "@types/react-test-renderer": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", "babel-jest": "^27.4.6", "eslint": "^7.32.0", "eslint-plugin-simple-import-sort": "^7.0.0", "husky": "^8.0.1", "jest": "^27.4.7", "lint-staged": "^11.1.2", "metro-react-native-babel-preset": "^0.70.3", "prettier": "^2.7.1", "react": "18.2.0", "react-native": "0.72.7", "react-test-renderer": "18.0.0", "typescript": "^5.1.6" }, "husky": { "hooks": { "pre-commit": "lint-staged", "pre-push": "yarn build && yarn test" } }, "lint-staged": { "src/**/*.{js,ts,tsx}": [ "eslint" ] }, "resolutions": { "@types/react": "*" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "setupFilesAfterEnv": [], "modulePathIgnorePatterns": [] }, "eslintIgnore": [ "node_modules/", "lib/" ], "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "dependencies": { "lodash": "^4.17.21" } }