-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "soomaps-data",
"version": "1.0.0",
"description": "Easy to use extracts from SooMaps.com",
"type": "module",
"exports": "./download.js",
"scripts": {
"download": "node download.js",
"build:distinctStreets": "node buildDistinctStreets.js",
"build:wardAddresses": "node buildWardAddresses.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/soomaps-data.git"
},
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "",
"bugs": {
"url": "https://github.com/cityssm/soomaps-data/issues"
},
"homepage": "https://github.com/cityssm/soomaps-data#readme",
"private": true,
"dependencies": {
"@arcgis/core": "^4.30.9",
"@esri/arcgis-rest-request": "^4.2.3",
"json2csv": "^5.0.7"
},
"devDependencies": {
"@types/json2csv": "^5.0.7",
"eslint-config-cityssm": "^5.0.2",
"prettier-config-cityssm": "^1.0.0"
}
}