asf-file-props
Version:
Extract basic metadata from ASF/WMA/WMV files
28 lines (27 loc) • 628 B
JSON
{
"name": "asf-file-props",
"version": "1.1.3",
"description": "Extract basic metadata from ASF/WMA/WMV files",
"homepage": "https://github.com/chamie/asf-file-props",
"main": "./dist/index.js",
"repository": "github:chamie/asf-file-props",
"type": "module",
"scripts": {
"compile": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"parse",
"ASF",
"WMA",
"WMV",
"duration",
"binary files"
],
"devDependencies": {
"@types/node": "^18.19.2",
"typescript": "^4.9.5"
},
"author": "Chamie (github.com/chamie)",
"license": "MIT"
}