Rocky_Mountain_Vending/.pnpm-store/v10/files/76/4803b05bda525c7c0fbd18431595a3ba35000cea7b22c57ce78b8f9a2ac713f293dceb00761d7c05893ecadcd11737dc23fdc24dd2988fcdd005848f14b172
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

28 lines
1 KiB
Text

{
"name": "@aws-crypto/supports-web-crypto",
"version": "5.2.0",
"description": "Provides functions for detecting if the host environment supports the WebCrypto API",
"scripts": {
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
"pretest": "tsc -p tsconfig.test.json",
"test": "mocha --require ts-node/register test/**/*test.ts"
},
"repository": {
"type": "git",
"url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git"
},
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.com",
"url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us"
},
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/supports-web-crypto",
"license": "Apache-2.0",
"main": "./build/main/index.js",
"module": "./build/module/index.js",
"types": "./build/main/index.d.ts",
"dependencies": {
"tslib": "^2.6.2"
},
"gitHead": "c11b171b35ec5c093364f0e0d8dc4ab1af68e748"
}