Skip to content

Commit

Permalink
Cleanup package json
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jul 2, 2024
1 parent 010bea9 commit 5a9fcff
Show file tree
Hide file tree
Showing 4 changed files with 467 additions and 325 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
.envrc
dist/
.DS_Store
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@
"@types/brotli": "1.3.3",
"@types/node": "^18.14.6",
"@types/websocket": "^1.0.5",
"brotli": "1.3.3",
"buffer": "^6.0.3",
"esbuild": "^0.22.0",
"lint-staged": ">=10",
"eventemitter3": "^5.0.1",
"isomorphic-ws": "^5.0.0",
"long": "^5.2.3",
"prettier": "3.3.2",
"prettier-eslint": "^15.0.1",
"pretty-quick": "^3.1.3",
Expand All @@ -49,19 +51,10 @@
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vitest": "^1.6.0",
"brotli": "1.3.3",
"eventemitter3": "^5.0.1",
"isomorphic-ws": "^5.0.0",
"long": "^5.2.3",
"websocket": "^1.0.34",
"ws": "^8.13.0"
},
"files": [
"/dist"
],
"pnpm": {
"overrides": {
"esbuild": "^0.22"
}
}
]
}
Loading

0 comments on commit 5a9fcff

Please sign in to comment.