forked from qeeqbox/social-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 926 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
{
"name": "social-analyzer",
"version": "2.0.0",
"description": "Advanced Social Media Profiles Finder and String Analysis Tool",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"dependencies": {
"async": "3.2.0",
"axios": "0.21.0",
"express": "^4.16.3",
"express-async-errors": "3.1.1",
"follow-redirects": "1.13.0",
"geckodriver": "1.21.0",
"generatorics": "1.1.0",
"html-to-text": "6.0.0",
"lodash": "^4.17.20",
"most-common-words-by-language": "2.17.8",
"node-tesseract-ocr": "2.0.0",
"prettier": "2.1.2",
"pretty-error": "2.1.2",
"sanitize-html": "2.1.2",
"selenium-webdriver": "4.0.0-alpha.7",
"semver": "7.3.4",
"tmp": "0.2.1",
"wink-tokenizer": "1.1.0",
"wordsninja": "1.0.0",
"yargs": "16.2.0"
},
"author": "QeeqBox",
"license": "AGPL 3.0"
}