-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
43
{
"name": "data-analysis",
"version": "0.0.5",
"description": "Clay data science tooling",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint --max-warnings 0 bin lib index.js"
},
"bin": {
"cli": "./bin/cli.js"
},
"keywords": [
"cli",
"new york media",
"data analysis",
"data science",
"clay"
],
"author": "New York Media",
"homepage": "https://github.com/clay/data-analysis#readme",
"dependencies": {
"@google-cloud/bigquery": "^1.3.0",
"@google-cloud/language": "^1.2.0",
"JSONStream": "^1.3.2",
"chai": "^4.1.2",
"clay-log": "^1.2.1",
"elasticsearch": "^13.3.1",
"elasticsearch-scroll-stream": "^1.1.3",
"highland": "^2.11.1",
"js-yaml": "^3.10.0",
"lodash": "^4.17.4",
"path": "^0.12.7",
"request": "^2.87.0",
"require-glob": "^3.2.0",
"striptags": "^3.1.1",
"walk-promise": "^0.2.0",
"yargs": "^10.0.3"
},
"devDependencies": {
"eslint": "^4.10.0",
"mocha": "^5.2.0"
}
}