@keystrokehq/moz 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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/fetch-metadata-index.cjs +21 -0
- package/dist/actions/fetch-metadata-index.cjs.map +1 -0
- package/dist/actions/fetch-metadata-index.d.cts +9 -0
- package/dist/actions/fetch-metadata-index.d.cts.map +1 -0
- package/dist/actions/fetch-metadata-index.d.mts +9 -0
- package/dist/actions/fetch-metadata-index.d.mts.map +1 -0
- package/dist/actions/fetch-metadata-index.mjs +20 -0
- package/dist/actions/fetch-metadata-index.mjs.map +1 -0
- package/dist/actions/fetch-site-metrics.cjs +55 -0
- package/dist/actions/fetch-site-metrics.cjs.map +1 -0
- package/dist/actions/fetch-site-metrics.d.cts +9 -0
- package/dist/actions/fetch-site-metrics.d.cts.map +1 -0
- package/dist/actions/fetch-site-metrics.d.mts +9 -0
- package/dist/actions/fetch-site-metrics.d.mts.map +1 -0
- package/dist/actions/fetch-site-metrics.mjs +54 -0
- package/dist/actions/fetch-site-metrics.mjs.map +1 -0
- package/dist/actions/get-global-top-root-domains.cjs +36 -0
- package/dist/actions/get-global-top-root-domains.cjs.map +1 -0
- package/dist/actions/get-global-top-root-domains.d.cts +9 -0
- package/dist/actions/get-global-top-root-domains.d.cts.map +1 -0
- package/dist/actions/get-global-top-root-domains.d.mts +9 -0
- package/dist/actions/get-global-top-root-domains.d.mts.map +1 -0
- package/dist/actions/get-global-top-root-domains.mjs +35 -0
- package/dist/actions/get-global-top-root-domains.mjs.map +1 -0
- package/dist/actions/get-usage-data.cjs +19 -0
- package/dist/actions/get-usage-data.cjs.map +1 -0
- package/dist/actions/get-usage-data.d.cts +9 -0
- package/dist/actions/get-usage-data.d.cts.map +1 -0
- package/dist/actions/get-usage-data.d.mts +9 -0
- package/dist/actions/get-usage-data.d.mts.map +1 -0
- package/dist/actions/get-usage-data.mjs +16 -0
- package/dist/actions/get-usage-data.mjs.map +1 -0
- package/dist/actions/global-top-pages.cjs +37 -0
- package/dist/actions/global-top-pages.cjs.map +1 -0
- package/dist/actions/global-top-pages.d.cts +9 -0
- package/dist/actions/global-top-pages.d.cts.map +1 -0
- package/dist/actions/global-top-pages.d.mts +9 -0
- package/dist/actions/global-top-pages.d.mts.map +1 -0
- package/dist/actions/global-top-pages.mjs +36 -0
- package/dist/actions/global-top-pages.mjs.map +1 -0
- package/dist/actions/index-metadata.cjs +19 -0
- package/dist/actions/index-metadata.cjs.map +1 -0
- package/dist/actions/index-metadata.d.cts +9 -0
- package/dist/actions/index-metadata.d.cts.map +1 -0
- package/dist/actions/index-metadata.d.mts +9 -0
- package/dist/actions/index-metadata.d.mts.map +1 -0
- package/dist/actions/index-metadata.mjs +16 -0
- package/dist/actions/index-metadata.mjs.map +1 -0
- package/dist/actions/index.cjs +25 -0
- package/dist/actions/index.d.cts +13 -0
- package/dist/actions/index.d.mts +13 -0
- package/dist/actions/index.mjs +13 -0
- package/dist/actions/link-status.cjs +29 -0
- package/dist/actions/link-status.cjs.map +1 -0
- package/dist/actions/link-status.d.cts +9 -0
- package/dist/actions/link-status.d.cts.map +1 -0
- package/dist/actions/link-status.d.mts +9 -0
- package/dist/actions/link-status.d.mts.map +1 -0
- package/dist/actions/link-status.mjs +26 -0
- package/dist/actions/link-status.mjs.map +1 -0
- package/dist/actions/list-global-top-domains.cjs +29 -0
- package/dist/actions/list-global-top-domains.cjs.map +1 -0
- package/dist/actions/list-global-top-domains.d.cts +9 -0
- package/dist/actions/list-global-top-domains.d.cts.map +1 -0
- package/dist/actions/list-global-top-domains.d.mts +9 -0
- package/dist/actions/list-global-top-domains.d.mts.map +1 -0
- package/dist/actions/list-global-top-domains.mjs +28 -0
- package/dist/actions/list-global-top-domains.mjs.map +1 -0
- package/dist/actions/list-global-top-pages.cjs +36 -0
- package/dist/actions/list-global-top-pages.cjs.map +1 -0
- package/dist/actions/list-global-top-pages.d.cts +9 -0
- package/dist/actions/list-global-top-pages.d.cts.map +1 -0
- package/dist/actions/list-global-top-pages.d.mts +9 -0
- package/dist/actions/list-global-top-pages.d.mts.map +1 -0
- package/dist/actions/list-global-top-pages.mjs +35 -0
- package/dist/actions/list-global-top-pages.mjs.map +1 -0
- package/dist/actions/lookup-quota.cjs +24 -0
- package/dist/actions/lookup-quota.cjs.map +1 -0
- package/dist/actions/lookup-quota.d.cts +9 -0
- package/dist/actions/lookup-quota.d.cts.map +1 -0
- package/dist/actions/lookup-quota.d.mts +9 -0
- package/dist/actions/lookup-quota.d.mts.map +1 -0
- package/dist/actions/lookup-quota.mjs +21 -0
- package/dist/actions/lookup-quota.mjs.map +1 -0
- package/dist/actions/post-top-pages.cjs +79 -0
- package/dist/actions/post-top-pages.cjs.map +1 -0
- package/dist/actions/post-top-pages.d.cts +9 -0
- package/dist/actions/post-top-pages.d.cts.map +1 -0
- package/dist/actions/post-top-pages.d.mts +9 -0
- package/dist/actions/post-top-pages.d.mts.map +1 -0
- package/dist/actions/post-top-pages.mjs +78 -0
- package/dist/actions/post-top-pages.mjs.map +1 -0
- package/dist/actions/usage-data.cjs +46 -0
- package/dist/actions/usage-data.cjs.map +1 -0
- package/dist/actions/usage-data.d.cts +9 -0
- package/dist/actions/usage-data.d.cts.map +1 -0
- package/dist/actions/usage-data.d.mts +9 -0
- package/dist/actions/usage-data.d.mts.map +1 -0
- package/dist/actions/usage-data.mjs +45 -0
- package/dist/actions/usage-data.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +30 -0
- package/dist/index.d.cts +15 -0
- package/dist/index.d.mts +15 -0
- package/dist/index.mjs +16 -0
- package/package.json +49 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const mozCatalog: {
|
|
4
|
+
readonly slug: "moz";
|
|
5
|
+
readonly name: "Moz";
|
|
6
|
+
readonly description: "Moz is an SEO software suite providing keyword research, site audits, rank tracking, and competitive insights to boost organic search visibility";
|
|
7
|
+
readonly category: "Marketing Automation";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/moz";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { mozCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,UAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const mozCatalog: {
|
|
4
|
+
readonly slug: "moz";
|
|
5
|
+
readonly name: "Moz";
|
|
6
|
+
readonly description: "Moz is an SEO software suite providing keyword research, site audits, rank tracking, and competitive insights to boost organic search visibility";
|
|
7
|
+
readonly category: "Marketing Automation";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/moz";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { mozCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,UAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const mozCatalog = {
|
|
4
|
+
"slug": "moz",
|
|
5
|
+
"name": "Moz",
|
|
6
|
+
"description": "Moz is an SEO software suite providing keyword research, site audits, rank tracking, and competitive insights to boost organic search visibility",
|
|
7
|
+
"category": "Marketing Automation",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/moz",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { mozCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const mozCatalog = {\n \"slug\": \"moz\",\n \"name\": \"Moz\",\n \"description\": \"Moz is an SEO software suite providing keyword research, site audits, rank tracking, and competitive insights to boost organic search visibility\",\n \"category\": \"Marketing Automation\",\n \"logo\": \"https://logos.composio.dev/api/moz\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,aAAa;CACxB,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "moz";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeMozTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeMozTool = executeMozTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"moz\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeMozTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,eACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "moz";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeMozTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeMozTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"moz\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeMozTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,eACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_fetch_metadata_index = require("./actions/fetch-metadata-index.cjs");
|
|
5
|
+
const require_fetch_site_metrics = require("./actions/fetch-site-metrics.cjs");
|
|
6
|
+
const require_get_global_top_root_domains = require("./actions/get-global-top-root-domains.cjs");
|
|
7
|
+
const require_get_usage_data = require("./actions/get-usage-data.cjs");
|
|
8
|
+
const require_global_top_pages = require("./actions/global-top-pages.cjs");
|
|
9
|
+
const require_index_metadata = require("./actions/index-metadata.cjs");
|
|
10
|
+
const require_link_status = require("./actions/link-status.cjs");
|
|
11
|
+
const require_list_global_top_domains = require("./actions/list-global-top-domains.cjs");
|
|
12
|
+
const require_list_global_top_pages = require("./actions/list-global-top-pages.cjs");
|
|
13
|
+
const require_lookup_quota = require("./actions/lookup-quota.cjs");
|
|
14
|
+
const require_post_top_pages = require("./actions/post-top-pages.cjs");
|
|
15
|
+
const require_usage_data = require("./actions/usage-data.cjs");
|
|
16
|
+
require("./actions/index.cjs");
|
|
17
|
+
exports.moz = require_app.moz;
|
|
18
|
+
exports.mozCatalog = require_catalog.mozCatalog;
|
|
19
|
+
exports.mozFetchMetadataIndex = require_fetch_metadata_index.mozFetchMetadataIndex;
|
|
20
|
+
exports.mozFetchSiteMetrics = require_fetch_site_metrics.mozFetchSiteMetrics;
|
|
21
|
+
exports.mozGetGlobalTopRootDomains = require_get_global_top_root_domains.mozGetGlobalTopRootDomains;
|
|
22
|
+
exports.mozGetUsageData = require_get_usage_data.mozGetUsageData;
|
|
23
|
+
exports.mozGlobalTopPages = require_global_top_pages.mozGlobalTopPages;
|
|
24
|
+
exports.mozIndexMetadata = require_index_metadata.mozIndexMetadata;
|
|
25
|
+
exports.mozLinkStatus = require_link_status.mozLinkStatus;
|
|
26
|
+
exports.mozListGlobalTopDomains = require_list_global_top_domains.mozListGlobalTopDomains;
|
|
27
|
+
exports.mozListGlobalTopPages = require_list_global_top_pages.mozListGlobalTopPages;
|
|
28
|
+
exports.mozLookupQuota = require_lookup_quota.mozLookupQuota;
|
|
29
|
+
exports.mozPostTopPages = require_post_top_pages.mozPostTopPages;
|
|
30
|
+
exports.mozUsageData = require_usage_data.mozUsageData;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { mozFetchMetadataIndex } from "./actions/fetch-metadata-index.cjs";
|
|
2
|
+
import { mozFetchSiteMetrics } from "./actions/fetch-site-metrics.cjs";
|
|
3
|
+
import { mozGetGlobalTopRootDomains } from "./actions/get-global-top-root-domains.cjs";
|
|
4
|
+
import { mozGetUsageData } from "./actions/get-usage-data.cjs";
|
|
5
|
+
import { mozGlobalTopPages } from "./actions/global-top-pages.cjs";
|
|
6
|
+
import { mozIndexMetadata } from "./actions/index-metadata.cjs";
|
|
7
|
+
import { mozLinkStatus } from "./actions/link-status.cjs";
|
|
8
|
+
import { mozListGlobalTopDomains } from "./actions/list-global-top-domains.cjs";
|
|
9
|
+
import { mozListGlobalTopPages } from "./actions/list-global-top-pages.cjs";
|
|
10
|
+
import { mozLookupQuota } from "./actions/lookup-quota.cjs";
|
|
11
|
+
import { mozPostTopPages } from "./actions/post-top-pages.cjs";
|
|
12
|
+
import { mozUsageData } from "./actions/usage-data.cjs";
|
|
13
|
+
import { moz } from "./app.cjs";
|
|
14
|
+
import { mozCatalog } from "./catalog.cjs";
|
|
15
|
+
export { moz, mozCatalog, mozFetchMetadataIndex, mozFetchSiteMetrics, mozGetGlobalTopRootDomains, mozGetUsageData, mozGlobalTopPages, mozIndexMetadata, mozLinkStatus, mozListGlobalTopDomains, mozListGlobalTopPages, mozLookupQuota, mozPostTopPages, mozUsageData };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { mozFetchMetadataIndex } from "./actions/fetch-metadata-index.mjs";
|
|
2
|
+
import { mozFetchSiteMetrics } from "./actions/fetch-site-metrics.mjs";
|
|
3
|
+
import { mozGetGlobalTopRootDomains } from "./actions/get-global-top-root-domains.mjs";
|
|
4
|
+
import { mozGetUsageData } from "./actions/get-usage-data.mjs";
|
|
5
|
+
import { mozGlobalTopPages } from "./actions/global-top-pages.mjs";
|
|
6
|
+
import { mozIndexMetadata } from "./actions/index-metadata.mjs";
|
|
7
|
+
import { mozLinkStatus } from "./actions/link-status.mjs";
|
|
8
|
+
import { mozListGlobalTopDomains } from "./actions/list-global-top-domains.mjs";
|
|
9
|
+
import { mozListGlobalTopPages } from "./actions/list-global-top-pages.mjs";
|
|
10
|
+
import { mozLookupQuota } from "./actions/lookup-quota.mjs";
|
|
11
|
+
import { mozPostTopPages } from "./actions/post-top-pages.mjs";
|
|
12
|
+
import { mozUsageData } from "./actions/usage-data.mjs";
|
|
13
|
+
import { moz } from "./app.mjs";
|
|
14
|
+
import { mozCatalog } from "./catalog.mjs";
|
|
15
|
+
export { moz, mozCatalog, mozFetchMetadataIndex, mozFetchSiteMetrics, mozGetGlobalTopRootDomains, mozGetUsageData, mozGlobalTopPages, mozIndexMetadata, mozLinkStatus, mozListGlobalTopDomains, mozListGlobalTopPages, mozLookupQuota, mozPostTopPages, mozUsageData };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { moz } from "./app.mjs";
|
|
2
|
+
import { mozCatalog } from "./catalog.mjs";
|
|
3
|
+
import { mozFetchMetadataIndex } from "./actions/fetch-metadata-index.mjs";
|
|
4
|
+
import { mozFetchSiteMetrics } from "./actions/fetch-site-metrics.mjs";
|
|
5
|
+
import { mozGetGlobalTopRootDomains } from "./actions/get-global-top-root-domains.mjs";
|
|
6
|
+
import { mozGetUsageData } from "./actions/get-usage-data.mjs";
|
|
7
|
+
import { mozGlobalTopPages } from "./actions/global-top-pages.mjs";
|
|
8
|
+
import { mozIndexMetadata } from "./actions/index-metadata.mjs";
|
|
9
|
+
import { mozLinkStatus } from "./actions/link-status.mjs";
|
|
10
|
+
import { mozListGlobalTopDomains } from "./actions/list-global-top-domains.mjs";
|
|
11
|
+
import { mozListGlobalTopPages } from "./actions/list-global-top-pages.mjs";
|
|
12
|
+
import { mozLookupQuota } from "./actions/lookup-quota.mjs";
|
|
13
|
+
import { mozPostTopPages } from "./actions/post-top-pages.mjs";
|
|
14
|
+
import { mozUsageData } from "./actions/usage-data.mjs";
|
|
15
|
+
import "./actions/index.mjs";
|
|
16
|
+
export { moz, mozCatalog, mozFetchMetadataIndex, mozFetchSiteMetrics, mozGetGlobalTopRootDomains, mozGetUsageData, mozGlobalTopPages, mozIndexMetadata, mozLinkStatus, mozListGlobalTopDomains, mozListGlobalTopPages, mozLookupQuota, mozPostTopPages, mozUsageData };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/moz",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/moz"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|