2021-11-10 16:35:27 -06:00
|
|
|
{
|
2023-03-19 00:34:14 -05:00
|
|
|
"name": "ngenv",
|
2024-02-13 07:00:10 -06:00
|
|
|
"version": "2.0.4",
|
2023-03-19 00:34:14 -05:00
|
|
|
"description": "Writes ngrok tunnel url to .env file",
|
|
|
|
"main": "ngenv",
|
2021-11-10 16:35:27 -06:00
|
|
|
"license": "MIT",
|
2024-02-12 19:44:22 -06:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.brainwires.net/josh.guyette/ngenv"
|
|
|
|
},
|
2023-03-19 00:34:14 -05:00
|
|
|
"bin": {
|
|
|
|
"ngenv": "./ngenv"
|
|
|
|
},
|
2021-11-10 16:35:27 -06:00
|
|
|
"dependencies": {
|
2021-11-10 17:24:03 -06:00
|
|
|
"command-line-args": "^5.2.0",
|
2024-02-12 02:15:18 -06:00
|
|
|
"ngrok": "^5.0.0-beta.2"
|
2021-11-10 16:35:27 -06:00
|
|
|
}
|
2024-02-12 02:15:18 -06:00
|
|
|
}
|