@gethookmyapp/cli 0.1.0-rc.0 → 0.1.0
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/dist/cli.js +213 -213
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gethookmyapp/cli",
|
|
3
|
-
"version": "0.1.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "HookMyApp CLI - connect WhatsApp Business API in minutes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
-
"hookmyapp": "
|
|
7
|
+
"hookmyapp": "bin/hookmyapp.js"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "node build.mjs",
|
|
11
11
|
"dev": "tsx src/index.ts",
|
|
12
|
-
"test": "
|
|
12
|
+
"test": "vitest run --reporter=verbose",
|
|
13
13
|
"test:unit": "vitest run --reporter=verbose",
|
|
14
14
|
"test:integration": "vitest run --config vitest.integration.config.ts --reporter=verbose",
|
|
15
15
|
"test:integration:nightly": "vitest run --config vitest.nightly.config.ts --reporter=verbose",
|
|
@@ -40,12 +40,11 @@
|
|
|
40
40
|
"license": "MIT",
|
|
41
41
|
"repository": {
|
|
42
42
|
"type": "git",
|
|
43
|
-
"url": "git+https://github.com/hookmyapp/
|
|
44
|
-
"directory": "cli"
|
|
43
|
+
"url": "git+https://github.com/hookmyapp/cli.git"
|
|
45
44
|
},
|
|
46
45
|
"homepage": "https://hookmyapp.com",
|
|
47
46
|
"bugs": {
|
|
48
|
-
"url": "https://github.com/hookmyapp/
|
|
47
|
+
"url": "https://github.com/hookmyapp/cli/issues"
|
|
49
48
|
},
|
|
50
49
|
"keywords": [
|
|
51
50
|
"whatsapp",
|