mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
23 lines
520 B
JSON
23 lines
520 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"
|
|
},
|
|
"dependencies": {
|
|
"async": "3.2.6",
|
|
"benchmark": "2.1.4",
|
|
"gm": "1.25.1",
|
|
"imagemagick": "0.1.3",
|
|
"jimp": "1.6.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@tensorflow/tfjs-node": "4.22.0",
|
|
"mapnik": "4.5.9"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|