-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 748 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 748 Bytes
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
{
"name": "@publici/fec-loader",
"version": "1.0.0-alpha.12",
"description": "Loads FEC data into a database",
"license": "MIT",
"dependencies": {
"@publici/fec-model": "^1.0.2",
"JSONStream": "^1.3.5",
"chalk": "^4.0.0",
"cross-fetch": "^3.0.4",
"d3-dsv": "^1.1.1",
"fast-csv": "^4.1.3",
"fec-parse": "^0.22.0",
"moment": "^2.24.0",
"pickup": "^8.1.0",
"table": "^5.4.6",
"text-table": "^0.2.0",
"through2": "^3.0.1",
"through2-map": "^3.0.0",
"update-notifier": "^4.1.0",
"yargs": "^15.3.1"
},
"scripts": {
"test": "jest"
},
"main": "index.js",
"bin": {
"fec": "./bin/fec"
},
"devDependencies": {
"jest": "^25.2.7",
"stream-mock": "^2.0.5"
}
}