UNPKG

audio_x

Version:

The audio player for the gen-x

45 lines (44 loc) 951 B
{ "name": "audio_x", "version": "1.0.12", "description": "The audio player for the gen-x", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup src/index.ts", "start": "npm run build -- --watch" }, "keywords": [ "npm", "mediaelement", "hls", "audio", "html-audio", "audio-player", "equalizer", "web-audio", "audio_x", "howler.js", "soundmanager", "audio player", "openplayerjs", "react-howler", "react-audio-player", "react-h5-audio-player" ], "author": "Ashish Kumar", "license": "MIT", "devDependencies": { "@swc/core": "^1.10.15", "@types/node": "^22.13.1", "terser": "^5.38.1", "tsup": "^8.3.6", "typescript": "^5.7.3" }, "repository": { "type": "git", "url": "https://github.com/afkcodes/audio_x.git" } }