-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.16 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
41
42
43
44
45
46
47
{
"name": "@maproulette/mr-cli",
"version": "0.1.4",
"description": "Utilities for MapRoulette challenge management",
"keywords": [
"maproulette",
"openstreetmap",
"osm"
],
"author": "Neil Rotstan",
"license": "Apache-2.0",
"repository": "github:maproulette/mr-cli",
"homepage": "https://github.com/maproulette/mr-cli#readme",
"bugs": "https://github.com/maproulette/mr-cli/issues",
"main": "src/index.js",
"bin": {
"mr": "src/index.js"
},
"scripts": {
"mr": "src/index.js"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"glob": "^7.1.6",
"js-base64": "^2.5.2",
"lodash.differenceby": "^4.8.0",
"lodash.differencewith": "^4.5.0",
"lodash.filter": "^4.6.0",
"lodash.find": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.frompairs": "^4.0.1",
"lodash.isequal": "^4.5.0",
"lodash.isfinite": "^3.3.2",
"lodash.isplainobject": "^4.0.6",
"lodash.pick": "^4.4.0",
"lodash.transform": "^4.6.0",
"node-fetch": "^2.6.0",
"ora": "^3.4.0",
"uuid": "^8.2.0",
"xmldom": "^0.1.27",
"xmltojson": "^1.3.5",
"yargs": "^13.3.0"
},
"engines": {
"node": ">=10.15"
}
}