UNPKG

@goldstack/template-s3

Version:

Building blocks for linking a package to an AWS S3 bucket.

75 lines 2.71 kB
{ "name": "@goldstack/template-s3", "version": "0.5.38", "description": "Building blocks for linking a package to an AWS S3 bucket.", "keywords": [ "goldstack", "utility", "infrastructure", "s3", "aws", "IaC", "configuration" ], "homepage": "https://goldstack.party", "bugs": { "url": "https://github.com/goldstack/goldstack/issues" }, "repository": { "type": "git", "url": "https://github.com/goldstack/goldstack.git" }, "license": "MIT", "author": "Max Rohde", "sideEffects": false, "main": "dist/src/templateS3.js", "scripts": { "build": "yarn clean && yarn compile", "build:watch": "yarn clean && yarn compile-watch", "clean": "rimraf ./dist", "compile": "tsc -p tsconfig.json", "compile-watch": "tsc -p tsconfig.json --watch", "coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand", "generate-schema": "ts-node scripts/generateSchemas.ts && cp schemas/* ../../../templates/packages/s3/schemas && cp schemas/* ../../../templates-management/packages/project-repository-bucket/schemas && cp schemas/* ../../../templates-management/packages/template-repository-bucket/schemas", "prepublishOnly": "yarn run build", "publish": "utils-git changed --exec \"yarn npm publish $@\"", "test": "jest --passWithNoTests --config=./jest.config.js --runInBand", "version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"", "version:apply:force": "yarn version $@ && yarn version apply" }, "dependencies": { "@aws-sdk/client-s3": "^3.859.0", "@aws-sdk/credential-providers": "^3.859.0", "@aws-sdk/s3-request-presigner": "^3.859.0", "@aws-sdk/types": "^3.840.0", "@goldstack/infra": "0.4.24", "@goldstack/infra-aws": "0.4.37", "@goldstack/utils-esbuild": "0.5.14", "@goldstack/utils-log": "0.3.20", "@goldstack/utils-package": "0.4.24", "@goldstack/utils-package-config-embedded": "0.5.25", "@goldstack/utils-template": "0.4.24", "@goldstack/utils-terraform": "0.4.49", "@smithy/smithy-client": "^4.4.9", "@smithy/types": "^4.3.1", "mock-aws-s3-v3": "6.0.5", "source-map-support": "^0.5.21" }, "devDependencies": { "@goldstack/utils-docs-cli": "0.3.11", "@goldstack/utils-git": "0.2.14", "@goldstack/utils-package-config-generate": "0.3.15", "@swc/core": "^1.12.11", "@swc/jest": "^0.2.39", "@types/jest": "^29.5.14", "@types/node": "^24.0.13", "@types/yargs": "^17.0.33", "jest": "^29.7.0", "rimraf": "^3.0.2", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "publishConfig": { "main": "dist/src/templateS3.js" } }