Skip to content

Commit

Permalink
Remove proto dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gefjon committed Jun 28, 2024
1 parent a3c5e07 commit 62fe4f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 270 deletions.
150 changes: 3 additions & 147 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,29 @@
"main": "./dist/index.js",
"module": "./dist/index.js",
"devDependencies": {
"@types/brotli": "1.3.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.6",
"@types/websocket": "^1.0.5",
"husky": ">=6",
"jest": "^29.5.0",
"lint-staged": ">=10",
"prettier": "2.8.7",
"prettier-eslint": "^15.0.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"ts-proto": "^1.150.1",
"prettier-eslint": "^15.0.1",
"@types/brotli": "1.3.3"
"typescript": "^4.9.3"
},
"dependencies": {
"brotli": "1.3.3",
"buffer": "^6.0.3",
"events": "^3.3.0",
"ws": "^8.13.0",
"isomorphic-ws": "^5.0.0",
"long": "^5.2.3",
"protobufjs": "^7.2.4",
"websocket": "^1.0.34",
"brotli": "1.3.3",
"buffer": "^6.0.3"
"ws": "^8.13.0"
},
"files": [
"/dist"
Expand Down
Loading

0 comments on commit 62fe4f7

Please sign in to comment.