-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 KB
/
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
34
35
36
37
38
39
40
{
"name": "attachment-download",
"version": "1.0.0",
"description": "Download attachments.",
"main": "index.js",
"scripts": {
"prettier": "prettier --write \"*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfVernonia/attachment-download.git"
},
"author": "COV-GIS",
"license": "MIT",
"bugs": {
"url": "https://github.com/CityOfVernonia/attachment-download/issues"
},
"homepage": "https://github.com/CityOfVernonia/attachment-download#readme",
"dependencies": {
"@esri/arcgis-rest-auth": "^3.4.3",
"@esri/arcgis-rest-feature-layer": "^3.4.3",
"@esri/arcgis-rest-request": "^3.4.3",
"chalk": "4.1.2",
"download": "^8.0.0",
"fs-extra": "^10.0.0",
"isomorphic-form-data": "^2.0.0",
"node-fetch": "2.6.6"
},
"devDependencies": {
"prettier": "^2.5.1"
},
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"tabWidth": 2
}
}