{ "name": "@mapnik/mapnik", "description": "Node.js bindings for Mapnik (mapnik.org)", "url": "http://github.com/mapnik/node-mapnik", "homepage": "http://mapnik.org", "author": "Dane Springmeyer ", "version": "4.7.7", "main": "index.js", "directories": { "share": "./share", "fonts": "./lib/mapnik/fonts" }, "private": false, "bugs": { "email": "artem@mapnik.org", "url": "http://github.com/mapnik/node-mapnik/issues" }, "keywords": [ "map", "graphics", "canvas", "tile", "mapnik", "carto" ], "repository": { "type": "git", "url": "git://github.com/mapnik/node-mapnik.git" }, "contributors": [ "Konstantin Käfer", "Blake Thompson", "Artem Pavlenko" ], "license": "BSD-3-Clause", "dependencies": { "node-addon-api": "^8.5.0", "node-gyp-build": "^4.8.4", "prebuildify": "^6.0.1" }, "optionalDependencies": { "@mapnik/core-darwin-arm64": "4.2.1", "@mapnik/core-darwin-x64": "4.2.1", "@mapnik/core-linux-arm64": "4.2.1", "@mapnik/core-linux-x64": "4.2.1" }, "bin": { "mapnik-index.js": "bin/mapnik-index.js", "mapnik-inspect.js": "bin/mapnik-inspect.js", "mapnik-render.js": "bin/mapnik-render.js", "mapnik-shapeindex.js": "bin/mapnik-shapeindex.js" }, "scripts": { "test": "tape test/*.test.js", "install": "node-gyp-build", "prebuildify": "prebuildify --napi --strip --target 25.5.0", "preinstall": "./scripts/preinstall.sh", "postinstall": "./scripts/postinstall.sh" }, "devDependencies": { "tape": "^v5.8.1" }, "jshintConfig": { "node": true, "globalstrict": true, "undef": true, "unused": true, "noarg": true, "mocha": true } }