mavunta-cli 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mavunta-cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Mavunta Pay command-line tools: verify keys, trigger sandbox webhooks, and forward live events to your local server for webhook testing.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chainwaka Technologies",
|
|
@@ -34,6 +34,14 @@
|
|
|
34
34
|
"rimraf": "^6.0.1",
|
|
35
35
|
"vitest": "^3.2.0"
|
|
36
36
|
},
|
|
37
|
+
"repository": {
|
|
38
|
+
"type": "git",
|
|
39
|
+
"url": "git+https://github.com/mavunta/mavunta-js.git",
|
|
40
|
+
"directory": "packages/cli"
|
|
41
|
+
},
|
|
42
|
+
"bugs": {
|
|
43
|
+
"url": "https://github.com/mavunta/mavunta-js/issues"
|
|
44
|
+
},
|
|
37
45
|
"scripts": {
|
|
38
46
|
"clean": "rimraf dist",
|
|
39
47
|
"typecheck": "node --check bin/mavunta.mjs",
|