UNPKG

@goldstack/template-email-send-cli

Version:

Utilities for packages that implement email sending using AWS SES

70 lines 2.35 kB
{ "name": "@goldstack/template-email-send-cli", "version": "0.5.81", "description": "Utilities for packages that implement email sending using AWS SES", "keywords": [ "goldstack", "utility", "infrastructure", "IaC", "aws", "SES", "email", "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/templateEmailSendCli.js", "bin": { "template": "./bin/template", "template-email-send": "./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", "prepublishOnly": "yarn run build", "publish": "yarn npm publish --tolerate-republish", "test": "GOLDSTACK_DEPLOYMENT=local jest --passWithNoTests --config=./jest.config.js --runInBand ", "test-watch": "GOLDSTACK_DEPLOYMENT=local jest --watch --config=./jest.config.js --runInBand", "patch-when-changed": "git diff --quiet HEAD^...HEAD -- . && git diff --quiet -- . && git diff --quiet --staged -- . || yarn version patch" }, "dependencies": { "@goldstack/template-email-send": "0.4.81", "@goldstack/utils-cli": "0.3.31", "@goldstack/utils-package": "0.4.41", "@goldstack/utils-package-config": "0.4.41", "@goldstack/utils-terraform": "0.4.72", "@goldstack/utils-terraform-aws": "0.4.76", "source-map-support": "^0.5.21", "yargs": "^17" }, "devDependencies": { "@goldstack/utils-package-config-generate": "0.3.28", "@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": "^6.1.2", "ts-node": "^10.9.2", "typescript": "^5.9.3" }, "publishConfig": { "main": "dist/src/templateEmailSendCli.js" } }