From 24b32e41bb4590af95498c3be2cc421f36beb8f4 Mon Sep 17 00:00:00 2001 From: skyand Date: Wed, 6 Dec 2023 10:09:53 +0800 Subject: [PATCH] Add shpjs w/ npm auto-update (#1709) * Add shpjs w/ npm auto-update * Rename shpjs to shpjs.json --------- Co-authored-by: Matt Cowley --- packages/s/shpjs.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 packages/s/shpjs.json diff --git a/packages/s/shpjs.json b/packages/s/shpjs.json new file mode 100644 index 000000000..a33cbaac1 --- /dev/null +++ b/packages/s/shpjs.json @@ -0,0 +1,27 @@ +{ + "name": "shpjs", + "description": "Convert a Shapefile to GeoJSON. Not many caveats.", + "keywords": [ + "shpjs", + "shapefile" + ], + "license": "MIT", + "homepage": "https://github.com/calvinmetcalf/shapefile-js", + "repository": { + "type": "git", + "url": "https://github.com/calvinmetcalf/shapefile-js.git" + }, + "autoupdate": { + "source": "npm", + "target": "shpjs", + "fileMap": [ + { + "basePath": "dist", + "files": [ + "*.js" + ] + } + ] + }, + "filename": "shp.min.js" +}