package updates

This commit is contained in:
Josh Guyette 2024-02-12 02:15:18 -06:00
parent 80da640084
commit 544b19ec1d
1 changed files with 2 additions and 10 deletions

View File

@ -7,16 +7,8 @@
"bin": {
"ngenv": "./ngenv"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "node --inspect ngenv",
"start": "node ngenv"
},
"dependencies": {
"command-line-args": "^5.2.0",
"ngrok": "^4.2.2"
},
"peerDependencies": {
"yaml": "*"
"ngrok": "^5.0.0-beta.2"
}
}