-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"name": "mobiq",
"version": "1.2.0",
"description": "Mongo -> BigQuery importer",
"main": "index.js",
"bin": {
"mobiq": "bin/mobiq"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/michael-donat/mobiq.git"
},
"keywords": [
"mongodb",
"bigquery"
],
"author": "Michael Donat <[email protected]>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/uw-labs/mobiq/issues"
},
"homepage": "https://github.com/uw-labs/mobiq#readme",
"dependencies": {
"@google-cloud/bigquery": "^4.2.1",
"@google-cloud/storage": "^3.3.1",
"boxen": "^1.3.0",
"chalk": "^2.3.2",
"clone-deep": "^3.0.1",
"commander": "^2.15.0",
"deepmerge": "^2.1.0",
"generate-schema": "^2.6.0",
"glob": "^7.1.2",
"lodash.isequal": "^4.5.0",
"lodash.isplainobject": "^4.0.6",
"lodash.uniqwith": "^4.5.0",
"log-symbols": "^2.2.0",
"mongodb": "^3.0.4",
"ora": "^2.0.0",
"progress": "^2.0.0"
},
"devDependencies": {}
}