Skip to content

Commit

Permalink
build: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu89 committed Feb 10, 2023
1 parent 7b69585 commit 5e46487
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 262 deletions.
19 changes: 6 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nostr-bridge",
"version": "1.0.0",
"description": "This project was bootstrapped with Fastify-CLI.",
"name": "nostr-proxy",
"version": "0.0.1",
"description": "Save you WS connections",
"main": "app.ts",
"directories": {
"test": "test"
Expand All @@ -14,11 +14,10 @@
"dev": "npm run build:ts && concurrently -k -p \"[{name}]\" -n \"TypeScript,App\" -c \"yellow.bold,cyan.bold\" \"npm:watch:ts\" \"npm:dev:start\"",
"dev:start": "fastify start --ignore-watch=.ts$ -w -l info -P dist/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": ["nostr"],
"author": "Dolu",
"license": "MIT",
"dependencies": {
"@derhuerst/round-robin-scheduler": "^1.0.4",
"@fastify/autoload": "^5.0.0",
"@fastify/sensible": "^5.0.0",
"@fastify/view": "^7.4.1",
Expand All @@ -27,13 +26,7 @@
"fastify": "^4.0.0",
"fastify-cli": "^5.7.1",
"fastify-plugin": "^4.0.0",
"isomorphic-ws": "^5.0.0",
"keyv": "^4.5.2",
"node-fetch": "2",
"nostr-relaypool": "^0.4.13",
"nostr-tools": "^1.3.2",
"websocket-polyfill": "^0.0.3",
"websocket-pool": "^1.3.2",
"ws": "^8.12.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 5e46487

Please sign in to comment.