@goldstack/template-static-website-aws
Version:
Utilities for deploying a website to CloudFront and S3
80 lines • 2.73 kB
JSON
{
"name": "@goldstack/template-static-website-aws",
"version": "0.5.68",
"description": "Utilities for deploying a website to CloudFront and S3",
"keywords": [
"goldstack",
"utility",
"infrastructure",
"cloudfront",
"s3",
"webhosting",
"template",
"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/templateStaticWebsiteAws.js",
"bin": {
"template": "./bin/template",
"template-static-website-aws": "./bin/template"
},
"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",
"compile-watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'",
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand",
"generate-schema": "ts-node scripts/generateSchemas.ts && cp schemas/* ../../../templates/packages/static-website-aws/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": {
"@goldstack/infra": "0.4.32",
"@goldstack/infra-aws": "0.4.49",
"@goldstack/utils-cli": "0.3.26",
"@goldstack/utils-config": "0.4.32",
"@goldstack/utils-docs-cli": "0.3.11",
"@goldstack/utils-log": "0.3.28",
"@goldstack/utils-package": "0.4.33",
"@goldstack/utils-package-config": "0.4.33",
"@goldstack/utils-s3-deployment": "0.5.53",
"@goldstack/utils-sh": "0.5.31",
"@goldstack/utils-template": "0.4.32",
"@goldstack/utils-terraform": "0.4.62",
"@goldstack/utils-terraform-aws": "0.4.65",
"source-map-support": "^0.5.21",
"yargs": "^17.5.1"
},
"devDependencies": {
"@goldstack/utils-git": "0.2.21",
"@goldstack/utils-package-config-generate": "0.3.22",
"@swc/core": "^1.15.8",
"@swc/jest": "^0.2.39",
"@types/jest": "^30.0.0",
"@types/node": "^25.0.3",
"@types/yargs": "^17.0.33",
"jest": "^30.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"publishConfig": {
"main": "dist/src/templateStaticWebsiteAws.js"
}
}