Tests: move mapnik to optional deps

It does not currently support ARM64
This commit is contained in:
Lovell Fuller 2022-12-19 19:47:46 +00:00
parent 9eb2e94404
commit 15f5cd4671

View File

@ -7,7 +7,7 @@
"scripts": { "scripts": {
"test": "node perf && node random && node parallel" "test": "node perf && node random && node parallel"
}, },
"devDependencies": { "dependencies": {
"@squoosh/cli": "0.7.2", "@squoosh/cli": "0.7.2",
"@squoosh/lib": "0.4.0", "@squoosh/lib": "0.4.0",
"@tensorflow/tfjs-node": "4.1.0", "@tensorflow/tfjs-node": "4.1.0",
@ -16,9 +16,11 @@
"gm": "1.25.0", "gm": "1.25.0",
"imagemagick": "0.1.3", "imagemagick": "0.1.3",
"jimp": "0.16.2", "jimp": "0.16.2",
"mapnik": "4.5.9",
"semver": "7.3.8" "semver": "7.3.8"
}, },
"optionalDependencies": {
"mapnik": "4.5.9"
},
"license": "Apache-2.0", "license": "Apache-2.0",
"engines": { "engines": {
"node": "16" "node": "16"