mirror of
https://github.com/browserbase/skills.git
synced 2026-09-14 16:30:58 +08:00
14 lines
375 B
JSON
14 lines
375 B
JSON
{
|
|
"name": "browserbase-skills",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"bin": {
|
|
"browser": "./dist/src/cli.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"postinstall": "npm run build"
|
|
},
|
|
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
|
|
}
|