-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 820 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "open-browser-use",
"version": "0.1.0",
"private": true,
"description": "Open Browser Use Chrome extension, native host, and SDK workspace.",
"type": "module",
"packageManager": "pnpm@8.15.9",
"scripts": {
"build": "pnpm -r --if-present build",
"generate:chrome-extension-icons": "node scripts/generate-chrome-extension-icons.mjs",
"package:chrome-extension": "./scripts/package-chrome-extension.sh",
"package:skill": "./scripts/package-skill.sh",
"chrome-web-store:oauth": "node scripts/chrome-web-store-oauth.mjs",
"publish:chrome-web-store": "node scripts/publish-chrome-web-store.mjs",
"typecheck": "pnpm -r --if-present typecheck",
"lint": "pnpm -r --if-present lint",
"test": "pnpm -r --if-present test",
"check": "pnpm typecheck && pnpm test"
}
}