{
  "name": "@goldstack/template-dynamodb-cli",
  "version": "0.6.42",
  "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": "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/template-dynamodb": "0.3.41",
    "@goldstack/utils-cli": "0.3.16",
    "@goldstack/utils-log": "0.3.18",
    "@goldstack/utils-package": "0.4.22",
    "@goldstack/utils-package-config": "0.4.22",
    "@goldstack/utils-sh": "0.5.21",
    "@goldstack/utils-terraform": "0.4.46",
    "@goldstack/utils-terraform-aws": "0.4.49",
    "source-map-support": "^0.5.21",
    "umzug": "^3.8.2",
    "yargs": "^17.5.1"
  },
  "devDependencies": {
    "@goldstack/utils-docs-cli": "0.3.11",
    "@goldstack/utils-git": "0.2.12",
    "@goldstack/utils-package-config-generate": "0.3.13",
    "@swc/core": "^1.10.1",
    "@swc/jest": "^0.2.37",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.2",
    "@types/yargs": "^17.0.33",
    "jest": "^29.7.0",
    "rimraf": "^3.0.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2"
  },
  "publishConfig": {
    "main": "dist/src/templateDynamoDBCli.js"
  }
}