edp445/node_modules/prism-media/package.json
2022-12-03 05:44:44 +00:00

66 lines
1.4 KiB
JSON

{
"name": "prism-media",
"version": "1.3.4",
"description": "Easy-to-use stream-based media transcoding",
"main": "src/index.js",
"types": "typings/index.d.ts",
"scripts": {
"lint": "eslint src",
"test": "npm run lint && jest && npm run docs",
"docs": "jsdoc src/** -d docs -R README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hydrabolt/prism-media.git"
},
"keywords": [
"audio",
"media",
"ffmpeg",
"opus",
"pcm",
"webm",
"ogg"
],
"author": "Amish Shah <amish@shah.gg>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hydrabolt/prism-media/issues"
},
"homepage": "https://github.com/hydrabolt/prism-media#readme",
"devDependencies": {
"eslint": "^8.19.0",
"jest": "^28.1.2",
"jsdoc": "^3.6.10"
},
"jest": {
"testEnvironmentOptions": {
"url": "http://localhost/"
}
},
"peerDependencies": {
"@discordjs/opus": "^0.8.0",
"ffmpeg-static": "^5.0.2 || ^4.2.7 || ^3.0.0 || ^2.4.0",
"node-opus": "^0.3.3",
"opusscript": "^0.0.8"
},
"peerDependenciesMeta": {
"@discordjs/opus": {
"optional": true
},
"node-opus": {
"optional": true
},
"opusscript": {
"optional": true
},
"ffmpeg-static": {
"optional": true
}
},
"files": [
"src/",
"typings/"
]
}