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

Commit

Permalink
nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
janfabian committed Aug 2, 2023
1 parent 50c7079 commit b32dfc9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 10 additions & 3 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"serve": "NODE_OPTIONS=--openssl-legacy-provider NODE_NO_WARNINGS=1 ts-node",
"dev": "nodemon",
"build": "rm -rf dist && tsc --build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "20.4.5",
"nodemon": "3.0.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
},
Expand Down
4 changes: 3 additions & 1 deletion package/outpost/binance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"dev": "nodemon",
"serve": "NODE_OPTIONS=--openssl-legacy-provider NODE_NO_WARNINGS=1 ts-node",
"build": "rm -rf dist && tsc --build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "20.4.5",
"nodemon": "3.0.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
},
"dependencies": {
"zeromq": "^6.0.0-beta.17"
"zeromq": "6.0.0-beta.17"
}
}

0 comments on commit b32dfc9

Please sign in to comment.