This commit is contained in:
2020-02-15 14:58:52 -05:00
parent 55f473bd2c
commit e7a8c9a11d
3 changed files with 911 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "tpbproxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"express-request-proxy": "^2.2.2"
}
}