react-native-tiny-wavpack-decoder
Version:
Tiny WavPack Decoder for React Native
208 lines (207 loc) • 5 kB
JSON
{
"name": "react-native-tiny-wavpack-decoder",
"version": "1.1.6",
"description": "Tiny WavPack Decoder for React Native",
"source": "./src/index.tsx",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
"react-native": {
"android": {
"sourceDir": "./android"
}
},
"exports": {
".": {
"types": "./lib/typescript/src/index.d.ts",
"default": "./lib/module/index.js"
},
"./package.json": "./package.json"
},
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"react-native.config.js",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"example": "yarn workspace react-native-tiny-wavpack-decoder-example",
"test": "jest",
"typecheck": "tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "bob build",
"release": "release-it"
},
"keywords": [
"react-native",
"wavpack",
"audio-decoder",
"turbo-module",
"new-architecture",
"ios",
"android",
"audio-processing",
"wav",
"file-conversion",
"native-module",
"audio",
"decoder",
"cross-platform",
"progress-events"
],
"repository": {
"type": "git",
"url": "git+https://github.com/JairajJangle/react-native-tiny-wavpack-decoder.git"
},
"author": "Jairaj Jangle <reachout.jairaj.jangle@gmail.com> (https://github.com/JairajJangle)",
"license": "MIT",
"bugs": {
"url": "https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/issues",
"email": "reachout.jairaj.jangle@gmail.com"
},
"homepage": "https://github.com/JairajJangle/react-native-tiny-wavpack-decoder#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"provenance": true
},
"devDependencies": {
"@commitlint/config-conventional": "^20.5.0",
"@eslint/compat": "^1.2.7",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.22.0",
"@evilmartians/lefthook": "^2.1.4",
"@react-native-community/cli": ">=18.0.1",
"@react-native/eslint-config": "^0.78.3",
"@release-it/conventional-changelog": "^10.0.6",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/npm": "^13.1.5",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.0",
"commitlint": "^20.5.0",
"del-cli": "^7.0.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"react": "19.0.0",
"react-native": "0.78.3",
"react-native-builder-bob": "^0.41.0",
"release-it": "^19.2.4",
"semantic-release": "^25.0.3",
"turbo": "^1.13.4",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "*",
"react-native": ">=0.77.0"
},
"workspaces": [
"example"
],
"packageManager": "yarn@4.9.2",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "angular"
}
}
}
},
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"codegen",
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"codegenConfig": {
"name": "RNTinyWavPackDecoderSpec",
"type": "modules",
"jsSrcsDir": "src",
"outputDir": {
"ios": "ios/generated",
"android": "android/generated"
},
"android": {
"javaPackageName": "com.tinywavpackdecoder"
},
"includesGeneratedCode": true
},
"create-react-native-library": {
"type": "turbo-module",
"languages": "kotlin-objc",
"version": "0.49.8"
},
"funding": [
{
"type": "individual",
"url": "https://www.paypal.com/paypalme/jairajjangle001/usd"
},
{
"type": "individual",
"url": "https://liberapay.com/FutureJJ/donate"
},
{
"type": "individual",
"url": "https://ko-fi.com/futurejj"
}
]
}