@nymh/ffplay
Version:
Easily play audio with ffplay
29 lines (28 loc) • 614 B
JSON
{
"name": "@nymh/ffplay",
"version": "0.1.10",
"description": "Easily play audio with ffplay",
"main": "dist/ffplay.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nymmh/ffplay.git"
},
"author": "Nymh",
"license": "MIT License",
"bugs": {
"url": "https://github.com/Nymmh/ffplay/issues"
},
"homepage": "https://github.com/Nymmh/ffplay#readme",
"keywords": [
"audio",
"ffmpeg",
"ffplay"
],
"devDependencies": {
"@types/node": "^18.0.4"
}
}