25 lines
632 B
JSON
25 lines
632 B
JSON
{
|
|
"name": "spd-app-headless",
|
|
"version": "1.0.0",
|
|
"description": "C-Xtra headless browser for crawling service",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"command-line-args": "^5.1.1",
|
|
"express": "^4.17.1",
|
|
"express-logging": "^1.1.1",
|
|
"generic-pool": "^3.7.8",
|
|
"http-status-codes": "^1.4.0",
|
|
"logops": "^2.1.1",
|
|
"node-fetch": "^2.6.1",
|
|
"puppeteer-cluster": "^0.22.0",
|
|
"puppeteer-core": "^1.9.0",
|
|
"selenium-webdriver": "^4.0.0-beta.3"
|
|
}
|
|
}
|