-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
48
{
"name": "chadwick-to-mongo",
"version": "1.3.9",
"description": "A utility to help take the Chadwick Bureau Baseball Databank repo and put it into MongoDB",
"main": "dist/index",
"keywords": [
"mongo",
"mongodb",
"mongo-db",
"chadwick",
"baseball",
"mlb",
"data",
"typescript",
"utility"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"vsts": "../../vsts-agent/run.sh"
},
"files": [
"dist"
],
"author": "Marc Wilson",
"repository": {
"type": "git",
"url": "https://github.com/mswilson4040/chadwick-to-mongo"
},
"bugs": {
"url": "https://github.com/mswilson4040/chadwick-to-mongo/issues"
},
"license": "ISC",
"dependencies": {
"csvtojson": "^2.0.7",
"download-git-repo": "^1.0.2",
"fs-extra": "^6.0.1",
"mongodb": "^3.1.1"
},
"devDependencies": {
"@types/csvtojson": "^1.1.5",
"@types/es6-promise": "^3.3.0",
"@types/fs-extra": "^5.0.4",
"@types/mongodb": "^3.1.2",
"@types/node": "^10.5.3",
"@types/nodegit": "^0.22.3"
}
}