proxy.py/package.json

26 lines
754 B
JSON

{
"name": "proxy.py",
"version": "1.0.1",
"description": "Lightweight, Programmable, TLS interceptor Proxy for HTTP(S), HTTP2, WebSockets protocols in a single Python file.",
"main": "proxy.js",
"scripts": {
"start": "node proxy.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhinavsingh/proxy.py.git"
},
"author": "Abhinav Singh",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/abhinavsingh/proxy.py/issues"
},
"homepage": "https://github.com/abhinavsingh/proxy.py#readme",
"devDependencies": {
"chrome-devtools-frontend": "^1.0.702145",
"chrome-remote-interface": "^0.28.0",
"ncp": "^2.0.0"
}
}