Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Fixed Eslint Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 authored Mar 31, 2023
1 parent 2c8fe31 commit b66e65b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,25 @@
"keywords": [
"proxy"
],
"author": "",
"license": "GPL-3.0-or-later",
"author": "z1g Project",
"license": "MIT",
"dependencies": {
"bruhprox-core": "^6.1.0",
"@tomphttp/bare-server-node": "^1.2.5",
"bruhprox-core": "^6.1.0",
"express": "^4.18.2",
"ultraviolet-static": "github:z1g-project/BruhProx-Static"
},
"devDependencies": {
"eslint": "^8.36.0",
"prettier": "^2.8.4"
}
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/z1g-project/bruhprox.git"
},
"bugs": {
"url": "https://github.com/z1g-project/bruhprox/issues"
},
"homepage": "https://github.com/z1g-project/bruhprox#readme"
}

0 comments on commit b66e65b

Please sign in to comment.