forked from heremaps/here-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.49 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.49 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@here/cli",
"description": "CLI for HERE XYZ Platform",
"author": "HERE Europe B.V.",
"version": "0.2.4",
"repository": {
"type": "git",
"url": "https://github.com/heremaps/here-cli"
},
"scripts": {
"prepare": "tsc",
"test": "tsc && mocha"
},
"license": "MIT",
"dependencies": {
"JSONStream": "^1.3.5",
"available-versions": "0.13.7",
"block-queue": "0.0.2",
"colors": "1.3.2",
"commander": "^2.14.1",
"console.table": "0.10.0",
"crypto-js": "3.1.9-1",
"csvjson": "5.1.0",
"event-stream": "^4.0.1",
"fast-csv": "^2.4.1",
"geojson-validation": "^0.2.1",
"get-stdin": "6.0.0",
"getmac": "1.4.3",
"inquirer": "6.0.0",
"latest-version": "4.0.0",
"line-by-line": "^0.1.6",
"opn": "5.4.0",
"project-version": "1.2.0",
"prompt": "^1.0.0",
"readline": "1.3.0",
"request": "^2.83.0",
"shapefile": "0.6.6",
"tmp": "0.0.33",
"user-settings": "0.2.0"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/crypto-js": "^3.1.43",
"@types/inquirer": "0.0.43",
"@types/node": "^10.11.4",
"@types/request": "^2.47.1",
"@types/shapefile": "^0.6.0",
"@types/tmp": "0.0.33",
"capture-console": "^1.0.1",
"chai": "^4.2.0",
"express": "^4.16.4",
"mocha": "^5.2.0",
"mock-require": "^3.0.3",
"rewire": "^4.0.1",
"ts-node": "^7.0.1",
"typescript": "^3.1.1"
},
"bin": {
"here": "bin/here.js"
},
"files": [
"bin/**/*"
]
}