20 lines
394 B
JSON
20 lines
394 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|