2022-12-25 23:41:29 +01:00
|
|
|
{
|
|
|
|
|
"name": "js-vmaf",
|
2022-12-27 16:00:48 +01:00
|
|
|
"version": "1.1.1",
|
2022-12-25 23:41:29 +01:00
|
|
|
"description": "A simple tool to quickly and correctly compare a reference file with a distorted file using VMAF.",
|
|
|
|
|
"main": "generated/index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "npx eslint ./source --ext .ts,.mts",
|
|
|
|
|
"fix": "npx eslint ./source --ext .ts,.mts --fix",
|
|
|
|
|
"compile": "npx tsc",
|
|
|
|
|
"build": "npm run fix && npm run compile",
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "Michael Fabian 'Xaymar' Dirks <info@xaymar.com>",
|
|
|
|
|
"license": "BSD 3-Clause \"New\" or \"Revised\" License",
|
|
|
|
|
"devDependencies": {
|
2022-12-26 20:26:54 +01:00
|
|
|
"@types/argparse": "^2.0.10",
|
2022-12-25 23:41:29 +01:00
|
|
|
"@types/node": "^18.11.17",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.47.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.47.0",
|
|
|
|
|
"eslint": "^8.30.0",
|
|
|
|
|
"typescript": "^4.9.4"
|
2022-12-26 20:26:54 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-12-27 01:20:39 +01:00
|
|
|
"argparse": "^2.0.1",
|
|
|
|
|
"percentile": "^1.6.0"
|
2022-12-25 23:41:29 +01:00
|
|
|
}
|
|
|
|
|
}
|