UNPKG

z-astro-web-audio-stream

Version:

Astro integration for Web Audio Stream with separated download/storage optimization and automatic worklet deployment

60 lines 1.37 kB
{ "name": "z-astro-web-audio-stream", "version": "1.4.0", "description": "Astro integration for Web Audio Stream with separated download/storage optimization and automatic worklet deployment", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "src", "README.md" ], "dependencies": { "z-web-audio-stream": "^1.4.0" }, "devDependencies": { "@types/node": "^24.0.10", "astro": "^5.10.2", "eslint": "^9.30.1", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "peerDependencies": { "astro": "^5.0.0" }, "keywords": [ "astro", "astro-integration", "web-audio", "ios-safari", "audio-streaming", "instant-playback", "download-optimization", "separated-chunking" ], "repository": { "type": "git", "url": "https://github.com/ZachHandley/WebAudioStream.git", "directory": "packages/astro-web-audio-stream" }, "author": "Zachary Handley <zach@zachhandley.com>", "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "vitest", "lint": "eslint src --ext .ts", "clean": "rm -rf dist" } }