Rocky_Mountain_Vending/.pnpm-store/v10/files/9e/f044ce72b0b3ddf035d6f4917092a2ef4e406e7ca1112aacdc2a37cd2de1c36b8fc3690c124fa34441c27c58a39cb46676952db6dd30d8ff42985c1cf6338b
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

53 lines
967 B
Text

{
"name": "dot-prop",
"version": "9.0.0",
"description": "Get, set, or delete a property from a nested object using a dot path",
"license": "MIT",
"repository": "sindresorhus/dot-prop",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=18"
},
"scripts": {
"test": "xo && ava && tsc",
"bench": "node benchmark.js"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"object",
"prop",
"property",
"dot",
"path",
"get",
"set",
"delete",
"access",
"notation",
"dotty"
],
"dependencies": {
"type-fest": "^4.18.2"
},
"devDependencies": {
"ava": "^6.1.3",
"benchmark": "^2.1.4",
"expect-type": "^0.19.0",
"typescript": "^5.4.5",
"xo": "^0.58.0"
}
}