19 lines
369 B
JSON
19 lines
369 B
JSON
{
|
|
"name": "ngenv",
|
|
"version": "2.0.1",
|
|
"description": "Writes ngrok tunnel url to .env file",
|
|
"main": "ngenv",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.brainwires.net/josh.guyette/ngenv"
|
|
},
|
|
"bin": {
|
|
"ngenv": "./ngenv"
|
|
},
|
|
"dependencies": {
|
|
"command-line-args": "^5.2.0",
|
|
"ngrok": "^5.0.0-beta.2"
|
|
}
|
|
}
|