Rocky_Mountain_Vending/.pnpm-store/v10/files/73/ca02b20e19929e91856dd8f5033b17af9896a0887713c3c1a4b0c79e55caa94c506199758d0b4a93e4de4795fbf4c4abddd97b7adce1a426984a1298c1b07c
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

35 lines
754 B
Text

{
"name": "webdriver-bidi-protocol",
"version": "0.3.8",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
"files": [
"out/**/*",
"src/**/*",
"CHANGELOG.md"
],
"keywords": [
"webdriver",
"bidi",
"protocol"
],
"author": "The Chromium Authors",
"license": "Apache-2.0",
"scripts": {
"test": "./tools/build.sh",
"format": "prettier -w 'out/**/*' 'src/**/*' 'test-d/**/*'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChromeLabs/webdriver-bidi-protocol.git"
},
"devDependencies": {
"@types/node": "^24.0.4",
"parse5": "^8.0.0",
"prettier": "3.6.2",
"tsd": "0.33.0",
"typescript": "5.9.3",
"ts-morph": "27.0.0"
}
}