Initial mock-up cache tool
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "birdcage",
|
||||
"version": "1.0.0",
|
||||
"description": "Convert OSM queries into cached data on PostGIS",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "Gitea:liz/birdcage.git"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"author": "Elizabeth Cray",
|
||||
"type": "commonjs",
|
||||
"main": "convert_osm.js",
|
||||
"scripts": {
|
||||
"test": "./cache.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^17.4.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user