mirror of
https://github.com/qeeqbox/social-analyzer.git
synced 2026-08-26 07:32:23 +02:00
33 lines
879 B
JSON
33 lines
879 B
JSON
{
|
|
"name": "social-analyzer",
|
|
"version": "1.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 server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.16.3",
|
|
"wink-tokenizer": "1.1.0",
|
|
"axios": "0.21.0",
|
|
"wordsninja": "1.0.0",
|
|
"generatorics": "1.1.0",
|
|
"most-common-words-by-language": "2.17.8",
|
|
"prettier": "2.1.2",
|
|
"selenium-webdriver": "4.0.0-alpha.7",
|
|
"geckodriver": "1.21.0",
|
|
"node-tesseract-ocr": "2.0.0",
|
|
"tmp": "0.2.1",
|
|
"sanitize-html": "2.1.2",
|
|
"async": "3.2.0",
|
|
"follow-redirects": "1.13.0",
|
|
"html-to-text": "6.0.0",
|
|
"express-async-errors": "3.1.1",
|
|
"pretty-error": "2.1.2",
|
|
"semver":"7.3.4"
|
|
},
|
|
"author": "QeeqBox",
|
|
"license": "AGPL 3.0"
|
|
}
|