devtools-server
Version:
Runs a simple server that allows you to connect to Chrome DevTools from dynamic hosts, not only localhost.
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "devtools-server",
"version": "0.0.2",
"description": "Runs a simple server that allows you to connect to Chrome DevTools from dynamic hosts, not only localhost.",
"main": "src/index.js",
"dependencies": {
"async-retry": "^1.3.1",
"http-proxy": "^1.18.0",
"http-terminator": "^2.0.3",
"simple-get": "^3.1.0"
},
"devDependencies": {
"@types/puppeteer": "^2.0.1",
"puppeteer": "^3.0.0",
"@apify/eslint-config": "^0.0.3",
"eslint": "^6.8.0"
},
"scripts": {
"test": "node test/index.test.js"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apifytech/devtools-server.git"
},
"keywords": [
"Chrome",
"DevTools",
"debugging",
"proxy",
"server"
],
"author": {
"name": "Apify Technologies",
"email": "support@apify.com",
"url": "https://apify.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/apifytech/devtools-server/issues"
},
"homepage": "https://github.com/apifytech/devtools-server#readme"
}