jp-pref-icons
Version:
Generate beautiful icon images for Japanese prefectures with official government data
42 lines (41 loc) • 874 B
JSON
{
"name": "jp-pref-icons",
"version": "1.0.2",
"description": "Generate beautiful icon images for Japanese prefectures with official government data",
"main": "src/index.js",
"bin": {
"jp-pref-icons": "./bin/cli.js"
},
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"japan",
"prefecture",
"icons",
"geojson",
"map",
"svg",
"png",
"cli",
"boundary",
"administrative"
],
"repository": {
"type": "git",
"url": "git+https://github.com/champierre/jp-pref-icons.git"
},
"homepage": "https://github.com/champierre/jp-pref-icons#readme",
"author": "champierre",
"license": "MIT",
"dependencies": {
"@turf/turf": "^6.5.0",
"canvas": "^2.11.2",
"commander": "^11.0.0",
"fs-extra": "^11.1.1",
"puppeteer": "^24.16.2"
},
"engines": {
"node": ">=14.0.0"
}
}