{
  "name": "@goldstack/template-dynamodb-cli",
  "version": "0.6.95",
  "description": "Utilities for building modules for DynamoDB access.",
  "keywords": [
    "goldstack",
    "utility",
    "infrastructure",
    "dynamodb",
    "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/templateDynamoDBCli.js",
  "bin": {
    "template": "./bin/template",
    "template-dynamodb": "./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": "jest --passWithNoTests --config=./jest.config.js --runInBand",
    "patch-when-changed": "git diff --quiet HEAD^...HEAD -- . && git diff --quiet -- . && git diff --quiet --staged -- .  || yarn version patch"
  },
  "dependencies": {
    "@aws-sdk/client-dynamodb": "^3.1004.0",
    "@goldstack/template-dynamodb": "0.4.21",
    "@goldstack/utils-cli": "0.3.33",
    "@goldstack/utils-log": "0.3.35",
    "@goldstack/utils-package": "0.4.44",
    "@goldstack/utils-package-config": "0.4.44",
    "@goldstack/utils-sh": "0.5.40",
    "@goldstack/utils-terraform": "0.4.88",
    "@goldstack/utils-terraform-aws": "0.4.93",
    "source-map-support": "^0.5.21",
    "umzug": "^3.8.2",
    "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/templateDynamoDBCli.js"
  }
}