fetch_overture
Version:
Fetch overture maps data
22 lines (21 loc) • 418 B
JSON
{
"name": "fetch_overture",
"type": "module",
"version": "7.1.0",
"keywords": [
"overture"
],
"description": "Fetch overture maps data",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kristjan Tulmin <kriz@live.com>",
"license": "MIT",
"dependencies": {
"duckdb": "^1.1.0"
},
"bin": {
"fetch_overture": "index.js"
}
}