soundeffect-player
Version:
Lightweight JavaScript library for playing sound effects with SoundEffect.app integration
51 lines • 1.32 kB
JSON
{
"name": "soundeffect-player",
"version": "1.0.0",
"description": "Lightweight JavaScript library for playing sound effects with SoundEffect.app integration",
"main": "src/soundeffect-player.js",
"types": "src/soundeffect-player.d.ts",
"keywords": [
"audio",
"sound-effects",
"player",
"javascript",
"web-audio",
"soundeffect-app",
"sound-library",
"game-audio",
"meme-sounds",
"streaming",
"discord",
"gamedev",
"webdev",
"react",
"vue",
"typescript"
],
"author": "SoundEffect.app Team <hello@soundeffect.app>",
"license": "MIT",
"homepage": "https://soundeffect.app",
"repository": {
"type": "git",
"url": "https://github.com/soundeffect/soundeffect-player"
},
"bugs": {
"url": "https://github.com/soundeffect/soundeffect-player/issues"
},
"scripts": {
"test": "echo \"Visit https://soundeffect.app to test with real sounds\" && exit 0",
"build": "echo \"No build step needed - vanilla JavaScript\" && exit 0",
"demo": "echo \"Open examples/index.html in browser\" && exit 0"
},
"files": [
"src/",
"examples/",
"README.md",
"LICENSE"
],
"devDependencies": {},
"dependencies": {},
"engines": {
"node": ">=12"
}
}