mirror of
https://github.com/lovell/sharp.git
synced 2025-07-17 14:00:14 +02:00
24 lines
513 B
JSON
24 lines
513 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": {
|
|
"async": "3.2.0",
|
|
"benchmark": "2.1.4",
|
|
"gm": "1.23.1",
|
|
"imagemagick": "0.1.3",
|
|
"jimp": "0.16.1",
|
|
"mapnik": "4.5.5",
|
|
"semver": "7.3.4"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "14"
|
|
}
|
|
}
|