sharp/test/bench/package.json
2022-09-19 16:21:24 +01:00

27 lines
610 B
JSON

{
"name": "sharp-benchmark",
"version": "0.0.1",
"private": true,
"author": "Lovell Fuller <npm@lovell.info>",
"description": "Benchmark and performance tests for sharp",
"scripts": {
"test": "node perf && node random && node parallel"
},
"devDependencies": {
"@squoosh/cli": "0.7.2",
"@squoosh/lib": "0.4.0",
"@tensorflow/tfjs-node": "3.20.0",
"async": "3.2.4",
"benchmark": "2.1.4",
"gm": "1.24.0",
"imagemagick": "0.1.3",
"jimp": "0.16.2",
"mapnik": "4.5.9",
"semver": "7.3.7"
},
"license": "Apache-2.0",
"engines": {
"node": "16"
}
}