{
  "name": "samp-cli",
  "version": "1.0.70",
  "description": "CLI tool for extended productivity with AWS Serverless Application Model (SAM)",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljacobsson/samp-cli.git"
  },
  "keywords": [
    "aws",
    "serverless",
    "design patterns",
    "sam"
  ],
  "author": "ljacobsson",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ljacobsson/samp-cli/issues"
  },
  "bin": {
    "samp": "index.js",
    "sam-p": "index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/ljacobsson/samp-cli#readme",
  "dependencies": {
    "@aws-sdk/client-cloudformation": "^3.319.0",
    "@aws-sdk/client-iot": "^3.345.0",
    "@aws-sdk/client-lambda": "^3.358.0",
    "@aws-sdk/client-schemas": "^3.358.0",
    "@aws-sdk/client-sfn": "^3.465.0",
    "@aws-sdk/client-sts": "^3.379.1",
    "@aws-sdk/credential-provider-sso": "^3.319.0",
    "@aws-sdk/shared-ini-file-loader": "^3.374.0",
    "@mhlabs/iam-policies-cli": "^1.0.7",
    "@mhlabs/sfn-cli": "^1.0.3",
    "@mhlabs/xray-cli": "^1.0.8",
    "@octokit/rest": "^18.5.2",
    "archiver": "^6.0.0",
    "ascii-table3": "^0.9.0",
    "axios": "^1.4.0",
    "chokidar": "^3.5.3",
    "cli-color": "^2.0.3",
    "cli-spinner": "^0.2.10",
    "clipboardy": "^2.2.0",
    "commander": "^7.2.0",
    "comment-json": "^4.2.3",
    "flat": "^5.0.2",
    "fs-extra": "^10.0.0",
    "getmac": "^5.20.0",
    "glob": "^10.3.1",
    "ini": "^4.1.0",
    "inquirer": "^7.0.4",
    "inquirer-autocomplete-prompt": "^1.3.0",
    "inquirer-file-tree-selection-prompt": "^1.0.13",
    "json-to-pretty-yaml": "^1.2.2",
    "jsonpath": "^1.1.1",
    "link2aws": "^1.0.13",
    "lodash": "^4.17.21",
    "mqtt": "^4.3.7",
    "nodemon": "^2.0.22",
    "nunjucks": "^3.2.4",
    "open": "^7.4.2",
    "openai": "^3.3.0",
    "rimraf": "^5.0.1",
    "toml": "^3.0.0",
    "tsc-watch": "^6.0.4",
    "uuid": "^9.0.0",
    "yaml": "^2.3.1",
    "yaml-cfn": "^0.3.2"
  },
  "engines": {
    "node": ">=15.0.0"
  }
}
