@dannadori/image-score-js
Version:
This package provide image scoring functions.
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "@dannadori/image-score-js",
"version": "1.0.13",
"description": "",
"main": "dist/image-score.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "npx webpack --config webpack.config.js",
"clean": "rimraf dist/*",
"build": "npm-run-all clean webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w-okada/image-analyze-workers.git"
},
"keywords": [
"image processing",
"psnr",
"ssim"
],
"author": "wataru.okada@flect.co.jp",
"license": "MIT",
"bugs": {
"url": "https://github.com/w-okada/image-analyze-workers/issues"
},
"homepage": "https://github.com/w-okada/image-analyze-workers#readme",
"devDependencies": {
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-loader": "^9.2.5",
"tsconfig-paths": "^3.11.0",
"typescript": "^4.4.2",
"url-loader": "^4.1.1",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"@types/emscripten": "^1.39.5"
}
}