-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 988 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
39
40
41
{
"name": "package",
"version": "1.0.0",
"description": "todo",
"main": "potusParse.js",
"scripts": {
"start": "babel-node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"csv-parser": "^2.3.1",
"csvtojson": "^2.0.10",
"debug": "^4.1.1",
"expect.js": "^0.3.1",
"express": "^4.17.1",
"fs": "0.0.1-security",
"machinelearn": "^2.1.5",
"ml": "^5.0.0",
"ml-naivebayes": "^4.0.0",
"moment": "^2.24.0",
"mongoose": "^5.7.6",
"objects-to-csv": "^1.3.5",
"psl": "^1.4.0",
"puppeteer": "^1.20.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"string-similarity": "^3.0.0",
"url": "^0.11.0",
"url-join": "^4.0.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.8.0"
},
"devDependencies": {
"@types/request-promise": "^4.1.42",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
}
}