Rocky_Mountain_Vending/.pnpm-store/v10/files/36/d085b17f43f647b618e20063a2eadf22eddc9b3974ad2ba6dc10e5619f92ec112f52980570bc2d5c11a44619e057ffaa911e77bd30007c8ebba477ab077413
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

72 lines
2.4 KiB
Text

{
"name": "@aws-sdk/middleware-sdk-s3",
"version": "3.957.0",
"scripts": {
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",
"build:es": "tsc -p tsconfig.es.json",
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
"build:types": "tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"test": "yarn g:vitest run",
"test:types": "tsc -p tsconfig.test.json",
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts && yarn test:types",
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts --mode development",
"extract:docs": "api-extractor run --local",
"test:watch": "yarn g:vitest watch",
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts",
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts"
},
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"sideEffects": false,
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/core": "3.957.0",
"@aws-sdk/types": "3.957.0",
"@aws-sdk/util-arn-parser": "3.957.0",
"@smithy/core": "^3.20.0",
"@smithy/node-config-provider": "^4.3.7",
"@smithy/protocol-http": "^5.3.7",
"@smithy/signature-v4": "^5.3.7",
"@smithy/smithy-client": "^4.10.2",
"@smithy/types": "^4.11.0",
"@smithy/util-config-provider": "^4.2.0",
"@smithy/util-middleware": "^4.2.7",
"@smithy/util-stream": "^4.5.8",
"@smithy/util-utf8": "^4.2.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@tsconfig/recommended": "1.0.1",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",
"typescript": "~5.8.3"
},
"engines": {
"node": ">=18.0.0"
},
"typesVersions": {
"<4.0": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"files": [
"dist-*/**"
],
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-sdk-s3",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/middleware-sdk-s3"
}
}