Rocky_Mountain_Vending/.pnpm-store/v10/files/24/b362e98d2defb6c7f0dcb5c01453adc01bdaa211956172e597d05ee0ad96406580d21fdc091ddabf7b758337e5d3a0692a025408520e9f8ab2f3d10c461381
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

25 lines
625 B
Text

{
"name": "typed-query-selector",
"description": "Better typed `querySelector` and `querySelectorAll`.",
"author": "Pig Fang <g-plane@hotmail.com>",
"repository": "g-plane/typed-query-selector",
"version": "2.12.0",
"license": "MIT",
"files": [
"*.d.ts"
],
"main": "shim.d.ts",
"types": "shim.d.ts",
"sideEffects": false,
"scripts": {
"test": "tsc -p .",
"fmt": "prettier --write *.ts",
"fmt:check": "prettier --check *.ts"
},
"devDependencies": {
"@gplane/tsconfig": "^6.1.0",
"@type-challenges/utils": "^0.1.1",
"prettier": "^3.0.3",
"typescript": "^5.5.3"
}
}