-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 906 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 906 Bytes
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
{
"name": "@brightdata/opencode-brightdata",
"version": "1.0.0",
"description": "Bright Data plugin for OpenCode - web scraping, search, structured data extraction from 40+ platforms via the Bright Data CLI",
"type": "module",
"main": "index.ts",
"files": [
"index.ts",
"skills"
],
"keywords": [
"opencode",
"opencode-plugin",
"brightdata",
"bright-data",
"web-scraping",
"search",
"serp",
"structured-data",
"data-extraction",
"proxy",
"llm",
"ai"
],
"license": "MIT",
"author": {
"name": "Bright Data"
},
"repository": {
"type": "git",
"url": "https://github.com/nichochar/opencode-brightdata"
},
"homepage": "https://brightdata.com",
"scripts": {
"check": "tsc --noEmit"
},
"devDependencies": {
"@opencode-ai/plugin": "^1.0.0",
"@types/node": "^25.2.2",
"typescript": "^5.0.0"
}
}