Skip to content

Commit

Permalink
Add shpjs w/ npm auto-update (#1709)
Browse files Browse the repository at this point in the history
* Add shpjs w/ npm auto-update

* Rename shpjs to shpjs.json

---------

Co-authored-by: Matt Cowley <me@mattcowley.co.uk>
  • Loading branch information
skyandho and MattIPv4 authored Dec 6, 2023
1 parent c720580 commit 24b32e4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/s/shpjs.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 24b32e4

Please sign in to comment.