unb-reverso
Version:
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "unb-reverso",
"version": "2.0.0",
"description": "proxy reverso",
"main": "./bin/app.js",
"bin": {
"unb-reverso": "./bin/app.js"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^5.1.0",
"figlet": "^1.4.0",
"fs-extra": "^9.0.1",
"http-proxy": "^1.18.1",
"http-proxy-rules": "^1.1.3",
"https-proxy-agent": "^5.0.0",
"node-static": "^0.7.11",
"nodemon": "^2.0.4",
"piwik": "^1.0.9",
"proxy-agent": "^3.1.1",
"request": "^2.88.2",
"uuid": "^8.2.0"
},
"devDependencies": {
"shx": "^0.3.2",
"eslint": "^7.2.0",
"prettier": "^2.0.5"
},
"scripts": {
"start": "node ./bin/app.js -c ./bin/unb-reverso-conf.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"proxy",
"reverso"
],
"author": "unb",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/welyngton/unb-reverso.git"
},
"bugs": {
"url": "https://github.com/welyngton/unb-reverso/issues"
},
"prettier": {
"singleQuote": true
}
}