We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf6675 commit fcd02fdCopy full SHA for fcd02fd
package.json
@@ -1,8 +1,9 @@
1
{
2
- "name": "@nimish.gj/mikrotik-wireguard-client-manager",
+ "name": "@infraspecdev/mikrotik-wireguard-client-manager",
3
"version": "1.0.0",
4
"description": "A Node.js package for managing WireGuard VPN clients on MikroTik routers via SSH",
5
"main": "dist/index.js",
6
+ "repository": "infraspecdev/mikrotik-wireguard-client-manager",
7
"scripts": {
8
"build": "tsc",
9
"start": "node dist/index.js",
@@ -27,5 +28,8 @@
27
28
},
29
"dependencies": {
30
"ssh2": "^1.16.0"
31
+ },
32
+ "publishConfig": {
33
+ "access":"public"
34
}
35
0 commit comments