@keystrokehq/piloterr 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/auchan-product.cjs +31 -0
- package/dist/actions/auchan-product.cjs.map +1 -0
- package/dist/actions/auchan-product.d.cts +9 -0
- package/dist/actions/auchan-product.d.cts.map +1 -0
- package/dist/actions/auchan-product.d.mts +9 -0
- package/dist/actions/auchan-product.d.mts.map +1 -0
- package/dist/actions/auchan-product.mjs +30 -0
- package/dist/actions/auchan-product.mjs.map +1 -0
- package/dist/actions/auchan-search.cjs +38 -0
- package/dist/actions/auchan-search.cjs.map +1 -0
- package/dist/actions/auchan-search.d.cts +9 -0
- package/dist/actions/auchan-search.d.cts.map +1 -0
- package/dist/actions/auchan-search.d.mts +9 -0
- package/dist/actions/auchan-search.d.mts.map +1 -0
- package/dist/actions/auchan-search.mjs +37 -0
- package/dist/actions/auchan-search.mjs.map +1 -0
- package/dist/actions/get-product-info.cjs +83 -0
- package/dist/actions/get-product-info.cjs.map +1 -0
- package/dist/actions/get-product-info.d.cts +9 -0
- package/dist/actions/get-product-info.d.cts.map +1 -0
- package/dist/actions/get-product-info.d.mts +9 -0
- package/dist/actions/get-product-info.d.mts.map +1 -0
- package/dist/actions/get-product-info.mjs +82 -0
- package/dist/actions/get-product-info.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/list-chewy-products.cjs +22 -0
- package/dist/actions/list-chewy-products.cjs.map +1 -0
- package/dist/actions/list-chewy-products.d.cts +9 -0
- package/dist/actions/list-chewy-products.d.cts.map +1 -0
- package/dist/actions/list-chewy-products.d.mts +9 -0
- package/dist/actions/list-chewy-products.d.mts.map +1 -0
- package/dist/actions/list-chewy-products.mjs +21 -0
- package/dist/actions/list-chewy-products.mjs.map +1 -0
- package/dist/actions/list-eleclerc-stores.cjs +63 -0
- package/dist/actions/list-eleclerc-stores.cjs.map +1 -0
- package/dist/actions/list-eleclerc-stores.d.cts +9 -0
- package/dist/actions/list-eleclerc-stores.d.cts.map +1 -0
- package/dist/actions/list-eleclerc-stores.d.mts +9 -0
- package/dist/actions/list-eleclerc-stores.d.mts.map +1 -0
- package/dist/actions/list-eleclerc-stores.mjs +62 -0
- package/dist/actions/list-eleclerc-stores.mjs.map +1 -0
- package/dist/actions/list-google-countries.cjs +20 -0
- package/dist/actions/list-google-countries.cjs.map +1 -0
- package/dist/actions/list-google-countries.d.cts +9 -0
- package/dist/actions/list-google-countries.d.cts.map +1 -0
- package/dist/actions/list-google-countries.d.mts +9 -0
- package/dist/actions/list-google-countries.d.mts.map +1 -0
- package/dist/actions/list-google-countries.mjs +19 -0
- package/dist/actions/list-google-countries.mjs.map +1 -0
- package/dist/actions/list-google-languages.cjs +20 -0
- package/dist/actions/list-google-languages.cjs.map +1 -0
- package/dist/actions/list-google-languages.d.cts +9 -0
- package/dist/actions/list-google-languages.d.cts.map +1 -0
- package/dist/actions/list-google-languages.d.mts +9 -0
- package/dist/actions/list-google-languages.d.mts.map +1 -0
- package/dist/actions/list-google-languages.mjs +19 -0
- package/dist/actions/list-google-languages.mjs.map +1 -0
- package/dist/actions/list-google-locations.cjs +27 -0
- package/dist/actions/list-google-locations.cjs.map +1 -0
- package/dist/actions/list-google-locations.d.cts +9 -0
- package/dist/actions/list-google-locations.d.cts.map +1 -0
- package/dist/actions/list-google-locations.d.mts +9 -0
- package/dist/actions/list-google-locations.d.mts.map +1 -0
- package/dist/actions/list-google-locations.mjs +26 -0
- package/dist/actions/list-google-locations.mjs.map +1 -0
- package/dist/actions/list-leroy-merlin-products.cjs +22 -0
- package/dist/actions/list-leroy-merlin-products.cjs.map +1 -0
- package/dist/actions/list-leroy-merlin-products.d.cts +9 -0
- package/dist/actions/list-leroy-merlin-products.d.cts.map +1 -0
- package/dist/actions/list-leroy-merlin-products.d.mts +9 -0
- package/dist/actions/list-leroy-merlin-products.d.mts.map +1 -0
- package/dist/actions/list-leroy-merlin-products.mjs +21 -0
- package/dist/actions/list-leroy-merlin-products.mjs.map +1 -0
- package/dist/actions/list-linked-in-industries.cjs +24 -0
- package/dist/actions/list-linked-in-industries.cjs.map +1 -0
- package/dist/actions/list-linked-in-industries.d.cts +9 -0
- package/dist/actions/list-linked-in-industries.d.cts.map +1 -0
- package/dist/actions/list-linked-in-industries.d.mts +9 -0
- package/dist/actions/list-linked-in-industries.d.mts.map +1 -0
- package/dist/actions/list-linked-in-industries.mjs +23 -0
- package/dist/actions/list-linked-in-industries.mjs.map +1 -0
- package/dist/actions/search.cjs +61 -0
- package/dist/actions/search.cjs.map +1 -0
- package/dist/actions/search.d.cts +9 -0
- package/dist/actions/search.d.cts.map +1 -0
- package/dist/actions/search.d.mts +9 -0
- package/dist/actions/search.d.mts.map +1 -0
- package/dist/actions/search.mjs +60 -0
- package/dist/actions/search.mjs.map +1 -0
- package/dist/actions/usage-get.cjs +20 -0
- package/dist/actions/usage-get.cjs.map +1 -0
- package/dist/actions/usage-get.d.cts +9 -0
- package/dist/actions/usage-get.d.cts.map +1 -0
- package/dist/actions/usage-get.d.mts +9 -0
- package/dist/actions/usage-get.d.mts.map +1 -0
- package/dist/actions/usage-get.mjs +17 -0
- package/dist/actions/usage-get.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 piloterrCatalog: {
|
|
4
|
+
readonly slug: "piloterr";
|
|
5
|
+
readonly name: "Piloterr";
|
|
6
|
+
readonly description: "Piloterr is a developer-first platform offering over 50 ready-to-use APIs for web scraping and data extraction, enabling businesses to efficiently gather and integrate web data into their systems.";
|
|
7
|
+
readonly category: "AI Web Scraping";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/piloterr";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { piloterrCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const piloterrCatalog: {
|
|
4
|
+
readonly slug: "piloterr";
|
|
5
|
+
readonly name: "Piloterr";
|
|
6
|
+
readonly description: "Piloterr is a developer-first platform offering over 50 ready-to-use APIs for web scraping and data extraction, enabling businesses to efficiently gather and integrate web data into their systems.";
|
|
7
|
+
readonly category: "AI Web Scraping";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/piloterr";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { piloterrCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;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 piloterrCatalog = {
|
|
4
|
+
"slug": "piloterr",
|
|
5
|
+
"name": "Piloterr",
|
|
6
|
+
"description": "Piloterr is a developer-first platform offering over 50 ready-to-use APIs for web scraping and data extraction, enabling businesses to efficiently gather and integrate web data into their systems.",
|
|
7
|
+
"category": "AI Web Scraping",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/piloterr",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { piloterrCatalog };
|
|
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 piloterrCatalog = {\n \"slug\": \"piloterr\",\n \"name\": \"Piloterr\",\n \"description\": \"Piloterr is a developer-first platform offering over 50 ready-to-use APIs for web scraping and data extraction, enabling businesses to efficiently gather and integrate web data into their systems.\",\n \"category\": \"AI Web Scraping\",\n \"logo\": \"https://logos.composio.dev/api/piloterr\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,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 = "piloterr";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePiloterrTool(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.executePiloterrTool = executePiloterrTool;
|
|
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 = \"piloterr\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePiloterrTool(\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,oBACpB,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 = "piloterr";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePiloterrTool(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 { executePiloterrTool };
|
|
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 = \"piloterr\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePiloterrTool(\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,oBACpB,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_auchan_product = require("./actions/auchan-product.cjs");
|
|
5
|
+
const require_auchan_search = require("./actions/auchan-search.cjs");
|
|
6
|
+
const require_get_product_info = require("./actions/get-product-info.cjs");
|
|
7
|
+
const require_list_chewy_products = require("./actions/list-chewy-products.cjs");
|
|
8
|
+
const require_list_eleclerc_stores = require("./actions/list-eleclerc-stores.cjs");
|
|
9
|
+
const require_list_google_countries = require("./actions/list-google-countries.cjs");
|
|
10
|
+
const require_list_google_languages = require("./actions/list-google-languages.cjs");
|
|
11
|
+
const require_list_google_locations = require("./actions/list-google-locations.cjs");
|
|
12
|
+
const require_list_leroy_merlin_products = require("./actions/list-leroy-merlin-products.cjs");
|
|
13
|
+
const require_list_linked_in_industries = require("./actions/list-linked-in-industries.cjs");
|
|
14
|
+
const require_search = require("./actions/search.cjs");
|
|
15
|
+
const require_usage_get = require("./actions/usage-get.cjs");
|
|
16
|
+
require("./actions/index.cjs");
|
|
17
|
+
exports.piloterr = require_app.piloterr;
|
|
18
|
+
exports.piloterrAuchanProduct = require_auchan_product.piloterrAuchanProduct;
|
|
19
|
+
exports.piloterrAuchanSearch = require_auchan_search.piloterrAuchanSearch;
|
|
20
|
+
exports.piloterrCatalog = require_catalog.piloterrCatalog;
|
|
21
|
+
exports.piloterrGetProductInfo = require_get_product_info.piloterrGetProductInfo;
|
|
22
|
+
exports.piloterrListChewyProducts = require_list_chewy_products.piloterrListChewyProducts;
|
|
23
|
+
exports.piloterrListEleclercStores = require_list_eleclerc_stores.piloterrListEleclercStores;
|
|
24
|
+
exports.piloterrListGoogleCountries = require_list_google_countries.piloterrListGoogleCountries;
|
|
25
|
+
exports.piloterrListGoogleLanguages = require_list_google_languages.piloterrListGoogleLanguages;
|
|
26
|
+
exports.piloterrListGoogleLocations = require_list_google_locations.piloterrListGoogleLocations;
|
|
27
|
+
exports.piloterrListLeroyMerlinProducts = require_list_leroy_merlin_products.piloterrListLeroyMerlinProducts;
|
|
28
|
+
exports.piloterrListLinkedInIndustries = require_list_linked_in_industries.piloterrListLinkedInIndustries;
|
|
29
|
+
exports.piloterrSearch = require_search.piloterrSearch;
|
|
30
|
+
exports.piloterrUsageGet = require_usage_get.piloterrUsageGet;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { piloterrAuchanProduct } from "./actions/auchan-product.cjs";
|
|
2
|
+
import { piloterrAuchanSearch } from "./actions/auchan-search.cjs";
|
|
3
|
+
import { piloterrGetProductInfo } from "./actions/get-product-info.cjs";
|
|
4
|
+
import { piloterrListChewyProducts } from "./actions/list-chewy-products.cjs";
|
|
5
|
+
import { piloterrListEleclercStores } from "./actions/list-eleclerc-stores.cjs";
|
|
6
|
+
import { piloterrListGoogleCountries } from "./actions/list-google-countries.cjs";
|
|
7
|
+
import { piloterrListGoogleLanguages } from "./actions/list-google-languages.cjs";
|
|
8
|
+
import { piloterrListGoogleLocations } from "./actions/list-google-locations.cjs";
|
|
9
|
+
import { piloterrListLeroyMerlinProducts } from "./actions/list-leroy-merlin-products.cjs";
|
|
10
|
+
import { piloterrListLinkedInIndustries } from "./actions/list-linked-in-industries.cjs";
|
|
11
|
+
import { piloterrSearch } from "./actions/search.cjs";
|
|
12
|
+
import { piloterrUsageGet } from "./actions/usage-get.cjs";
|
|
13
|
+
import { piloterr } from "./app.cjs";
|
|
14
|
+
import { piloterrCatalog } from "./catalog.cjs";
|
|
15
|
+
export { piloterr, piloterrAuchanProduct, piloterrAuchanSearch, piloterrCatalog, piloterrGetProductInfo, piloterrListChewyProducts, piloterrListEleclercStores, piloterrListGoogleCountries, piloterrListGoogleLanguages, piloterrListGoogleLocations, piloterrListLeroyMerlinProducts, piloterrListLinkedInIndustries, piloterrSearch, piloterrUsageGet };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { piloterrAuchanProduct } from "./actions/auchan-product.mjs";
|
|
2
|
+
import { piloterrAuchanSearch } from "./actions/auchan-search.mjs";
|
|
3
|
+
import { piloterrGetProductInfo } from "./actions/get-product-info.mjs";
|
|
4
|
+
import { piloterrListChewyProducts } from "./actions/list-chewy-products.mjs";
|
|
5
|
+
import { piloterrListEleclercStores } from "./actions/list-eleclerc-stores.mjs";
|
|
6
|
+
import { piloterrListGoogleCountries } from "./actions/list-google-countries.mjs";
|
|
7
|
+
import { piloterrListGoogleLanguages } from "./actions/list-google-languages.mjs";
|
|
8
|
+
import { piloterrListGoogleLocations } from "./actions/list-google-locations.mjs";
|
|
9
|
+
import { piloterrListLeroyMerlinProducts } from "./actions/list-leroy-merlin-products.mjs";
|
|
10
|
+
import { piloterrListLinkedInIndustries } from "./actions/list-linked-in-industries.mjs";
|
|
11
|
+
import { piloterrSearch } from "./actions/search.mjs";
|
|
12
|
+
import { piloterrUsageGet } from "./actions/usage-get.mjs";
|
|
13
|
+
import { piloterr } from "./app.mjs";
|
|
14
|
+
import { piloterrCatalog } from "./catalog.mjs";
|
|
15
|
+
export { piloterr, piloterrAuchanProduct, piloterrAuchanSearch, piloterrCatalog, piloterrGetProductInfo, piloterrListChewyProducts, piloterrListEleclercStores, piloterrListGoogleCountries, piloterrListGoogleLanguages, piloterrListGoogleLocations, piloterrListLeroyMerlinProducts, piloterrListLinkedInIndustries, piloterrSearch, piloterrUsageGet };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { piloterr } from "./app.mjs";
|
|
2
|
+
import { piloterrCatalog } from "./catalog.mjs";
|
|
3
|
+
import { piloterrAuchanProduct } from "./actions/auchan-product.mjs";
|
|
4
|
+
import { piloterrAuchanSearch } from "./actions/auchan-search.mjs";
|
|
5
|
+
import { piloterrGetProductInfo } from "./actions/get-product-info.mjs";
|
|
6
|
+
import { piloterrListChewyProducts } from "./actions/list-chewy-products.mjs";
|
|
7
|
+
import { piloterrListEleclercStores } from "./actions/list-eleclerc-stores.mjs";
|
|
8
|
+
import { piloterrListGoogleCountries } from "./actions/list-google-countries.mjs";
|
|
9
|
+
import { piloterrListGoogleLanguages } from "./actions/list-google-languages.mjs";
|
|
10
|
+
import { piloterrListGoogleLocations } from "./actions/list-google-locations.mjs";
|
|
11
|
+
import { piloterrListLeroyMerlinProducts } from "./actions/list-leroy-merlin-products.mjs";
|
|
12
|
+
import { piloterrListLinkedInIndustries } from "./actions/list-linked-in-industries.mjs";
|
|
13
|
+
import { piloterrSearch } from "./actions/search.mjs";
|
|
14
|
+
import { piloterrUsageGet } from "./actions/usage-get.mjs";
|
|
15
|
+
import "./actions/index.mjs";
|
|
16
|
+
export { piloterr, piloterrAuchanProduct, piloterrAuchanSearch, piloterrCatalog, piloterrGetProductInfo, piloterrListChewyProducts, piloterrListEleclercStores, piloterrListGoogleCountries, piloterrListGoogleLanguages, piloterrListGoogleLocations, piloterrListLeroyMerlinProducts, piloterrListLinkedInIndustries, piloterrSearch, piloterrUsageGet };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/piloterr",
|
|
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/piloterr"
|
|
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
|
+
}
|