forked from adobe/oss-contributors
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1015 Bytes
/
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
{
"name": "oss-contributors",
"version": "0.3.0",
"description": "bigquery-based github contributor ranking program",
"repository": "https://github.com/filmaj/oss-contributors",
"main": "index.js",
"bin": "bin/oss.js",
"author": "filmaj",
"license": "Apache-2.0",
"scripts": {
"test": "eslint --fix",
"test:unit": "jasmine --config=test/jasmine.json"
},
"dependencies": {
"@google-cloud/bigquery": "^5.0.0",
"@octokit/rest": "^18.0.0",
"async-prompt": "^1.0.1",
"aws-sdk": "^2.761.0",
"csv-reader": "^1.0.7",
"csv-writer": "^1.6.0",
"dynamodb-read-stream": "^1.0.11",
"event-stream": "^3.3.5",
"fs-extra": "^5.0.0",
"JSONStream": "^1.3.5",
"moment": "^2.28.0",
"mysql": "^2.18.0",
"objects-to-csv": "^1.3.6",
"promise-mysql": "^3.3.2",
"split": "^1.0.1",
"stream-transform": "^1.0.8",
"yargs": "^16.0.0"
},
"devDependencies": {
"aws-sdk-mock": "^5.1.0",
"eslint": "^7.21.0",
"jasmine": "^3.7.0"
}
}