@mahe_pkm/buzl-capi 1.0.0 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +54 -54
package/package.json CHANGED
@@ -1,54 +1,54 @@
1
- {
2
- "name": "@mahe_pkm/buzl-capi",
3
- "version": "1.0.0",
4
- "description": "All-in-one CLI & GUI for automated GTM, Meta Pixel/CAPI, Google Sheets Form Sync, and Zoho CRM injection with self-testing.",
5
- "main": "src/index.js",
6
- "bin": {
7
- "buzl-capi": "bin/cli.js",
8
- "buzl-tracker": "bin/cli.js"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "git+https://github.com/mahe-pkm/Buzl_CAPI.git"
13
- },
14
- "bugs": {
15
- "url": "https://github.com/mahe-pkm/Buzl_CAPI/issues"
16
- },
17
- "homepage": "https://github.com/mahe-pkm/Buzl_CAPI#readme",
18
- "publishConfig": {
19
- "access": "public"
20
- },
21
- "scripts": {
22
- "start": "node bin/cli.js",
23
- "gui": "node bin/cli.js --gui",
24
- "test": "node tests/injector.test.js && node tests/multipage.test.js && node tests/whatsapp-autofetch.test.js && node tests/gas-template.test.js"
25
- },
26
- "files": [
27
- "bin",
28
- "src",
29
- "assets",
30
- "Buzl_GoogleAppsScript_Template.gs",
31
- "README.md",
32
- "CHANGELOG.md",
33
- "LICENSE"
34
- ],
35
- "keywords": [
36
- "buzl",
37
- "gtm",
38
- "meta-pixel",
39
- "meta-capi",
40
- "google-sheets",
41
- "google-apps-script",
42
- "zoho-crm",
43
- "form-sync",
44
- "landing-page",
45
- "lead-capture",
46
- "crm-engine",
47
- "conversion-tracking"
48
- ],
49
- "author": "Buzl Digital Solutions",
50
- "license": "MIT",
51
- "engines": {
52
- "node": ">=16.0.0"
53
- }
54
- }
1
+ {
2
+ "name": "@mahe_pkm/buzl-capi",
3
+ "version": "1.0.1",
4
+ "description": "All-in-one CLI & GUI for automated GTM, Meta Pixel/CAPI, Google Sheets Form Sync, and Zoho CRM injection with self-testing.",
5
+ "main": "src/index.js",
6
+ "bin": {
7
+ "buzl-capi": "bin/cli.js",
8
+ "buzl-tracker": "bin/cli.js"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/mahe-pkm/Buzl_CAPI.git"
13
+ },
14
+ "bugs": {
15
+ "url": "https://github.com/mahe-pkm/Buzl_CAPI/issues"
16
+ },
17
+ "homepage": "https://github.com/mahe-pkm/Buzl_CAPI#readme",
18
+ "publishConfig": {
19
+ "access": "public"
20
+ },
21
+ "scripts": {
22
+ "start": "node bin/cli.js",
23
+ "gui": "node bin/cli.js --gui",
24
+ "test": "node tests/injector.test.js && node tests/multipage.test.js && node tests/whatsapp-autofetch.test.js && node tests/gas-template.test.js"
25
+ },
26
+ "files": [
27
+ "bin",
28
+ "src",
29
+ "assets",
30
+ "Buzl_GoogleAppsScript_Template.gs",
31
+ "README.md",
32
+ "CHANGELOG.md",
33
+ "LICENSE"
34
+ ],
35
+ "keywords": [
36
+ "buzl",
37
+ "gtm",
38
+ "meta-pixel",
39
+ "meta-capi",
40
+ "google-sheets",
41
+ "google-apps-script",
42
+ "zoho-crm",
43
+ "form-sync",
44
+ "landing-page",
45
+ "lead-capture",
46
+ "crm-engine",
47
+ "conversion-tracking"
48
+ ],
49
+ "author": "Buzl Digital Solutions",
50
+ "license": "MIT",
51
+ "engines": {
52
+ "node": ">=16.0.0"
53
+ }
54
+ }