UNPKG

@puzzlearena/audio

Version:

Lightweight native sound module for React Native

76 lines (75 loc) 1.96 kB
{ "name": "@puzzlearena/audio", "version": "0.1.4", "description": "Lightweight native sound module for React Native", "main": "lib/index.js", "types": "lib/index.d.ts", "react-native": "lib/index.js", "files": [ "lib", "ios", "android", "dist/bin", "PuzzleArenaAudio.podspec" ], "bin": { "puzzlearena-audio": "./dist/bin/copy-audio.js" }, "scripts": { "build": "tsc && tsc -p tsconfig.bin.json", "copy-audio": "ts-node ./bin/copy-audio.ts", "prepare": "npm run build", "test": "echo \"No tests yet\"", "prepublishOnly": "npm run build && npm test", "postversion": "node scripts/update-podspec-version.js && git add PuzzleArenaAudio.podspec" }, "peerDependencies": { "react-native": ">=0.70.0" }, "peerDependenciesMeta": { "react-native": { "optional": true } }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.3", "@semantic-release/npm": "^12.0.2", "@types/node": "^24.1.0", "@types/react": "^19.1.8", "@types/react-native": "^0.73.0", "conventional-changelog-conventionalcommits": "^9.1.0", "react": "^19.1.0", "semantic-release": "^24.2.7", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "keywords": [ "react-native", "audio", "sound", "music", "native", "android", "ios", "media", "background-music", "sound-effects" ], "repository": { "type": "git", "url": "git+https://github.com/feliperramos/puzzlearena-audio.git" }, "bugs": { "url": "https://github.com/feliperramos/puzzlearena-audio/issues" }, "homepage": "https://github.com/feliperramos/puzzlearena-audio#readme", "license": "MIT", "author": "Felipe Ramos <feliperamos.tech>", "publishConfig": { "registry": "https://registry.npmjs.org/", "tag": "latest", "access": "public" } }