-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.52 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@apify/apify-openclaw-plugin",
"version": "0.1.0",
"description": "Web scraping and AI-powered data extraction via Apify for OpenClaw — market research, competitor intelligence, trend analysis, lead generation, e-commerce, social media analytics, and more.",
"type": "module",
"license": "MIT",
"author": "Apify Technologies s.r.o.",
"repository": {
"type": "git",
"url": "git+https://github.com/apify/apify-openclaw-plugin.git"
},
"bugs": {
"url": "https://github.com/apify/apify-openclaw-plugin/issues"
},
"homepage": "https://github.com/apify/apify-openclaw-plugin#readme",
"keywords": [
"openclaw",
"apify",
"web-scraping",
"market-research",
"competitor-intelligence",
"trend-analysis",
"lead-generation",
"ecommerce",
"social-media",
"scraper",
"instagram",
"tiktok",
"youtube",
"facebook"
],
"files": [
"src/",
"openclaw.plugin.json",
"README.md",
"LICENSE"
],
"dependencies": {
"@sinclair/typebox": "0.34.48",
"apify-client": "^2.22.2"
},
"peerDependencies": {
"openclaw": ">=2026.1.0"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"devDependencies": {
"openclaw": "^2026.2.18",
"typescript": "^5.7.0",
"vitest": "^3.0.0"
},
"openclaw": {
"id": "apify",
"compat": {
"pluginApi": ">=1.0.0",
"builtWithOpenClawVersion": "2026.2.19",
"pluginSdkVersion": "2026.2.19"
},
"extensions": [
"./src/index.ts"
]
}
}