Streetside-Scripts/package.json

13 lines
293 B
JSON
Raw Normal View History

2023-05-01 00:13:07 +00:00
{
"type": "module",
"dependencies": {
"canvas": "^2.11.2",
"node-fetch": "^3.3.1"
},
"name": "bss-util",
"description": "Tools to download and stitch imagery from Bing Streetside",
"version": "0.0.1",
"main": "None",
"author": "Alexander Bass",
"license": "GPL-3.0"
}