{
  "name": "do-devops",
  "version": "0.9.0",
  "description": "Devops commands for your nodejs and serverless projects",
  "keywords": [
    "devops",
    "nodejs",
    "serverless",
    "aws"
  ],
  "homepage": "https://github.com/inocan-group/devops#readme",
  "bugs": {
    "url": "https://github.com/inocan-group/devops/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inocan-group/devops.git"
  },
  "license": "MIT",
  "author": "Ken Snyder",
  "main": "./bin/index.js",
  "typings": "./bin/index.d.ts",
  "bin": {
    "dd": "./bin/dd.js",
    "do": "./bin/dd.js"
  },
  "files": [
    "bin"
  ],
  "scripts": {
    "build": "yarn clean && ttsc && chmod +x bin/dd.js",
    "circular": "yarn madge src --extensions ts --circular",
    "clean": "rimraf src/**/*.js && rimraf bin",
    "dd": "./bin/dd.js",
    "leaves": "yarn madge src --extensions ts --leaves",
    "lint": "run-s lint:*",
    "lint:src": "eslint src/**/*.ts --fix ",
    "lint:test": "eslint test/**/*.ts --fix",
    "lint:tsc": "yarn tsc --noEmit",
    "orphans": "yarn madge src --extensions ts --orphans",
    "summary": "yarn madge src --extensions ts --summary",
    "test": "mocha -r ts-node/register test/**/*-spec.ts",
    "visualize": "yarn madge src --extensions ts -i /tmp/dep-ts-visualize.png && open /tmp/dep-ts-visualize.png",
    "visualize:js": "yarn madge bin --extensions js -i /tmp/dep-js-visualize.png && open /tmp/dep-js-visualize.png",
    "warnings": "yarn madge src --extensions ts --warnings",
    "watch": "run-p watch:*",
    "watch:autoindex": "yarn dd autoindex -w",
    "watch:build": "ttsc -w"
  },
  "dependencies": {
    "ast-types": "^0.14.2",
    "async-shelljs": "^0.1.3",
    "aws-sdk": "^2.874.0",
    "aws-ssm": "^0.3.13",
    "bestzip": "^2.2.0",
    "chalk": "^4.0.0",
    "chokidar": "^3.5.1",
    "command-line-args": "^5.1.1",
    "command-line-usage": "^6.1.1",
    "common-types": "^1.24.3",
    "date-fns": "^2.21.0",
    "deepmerge": "^4.2.2",
    "destr": "^1.1.0",
    "fast-glob": "^3.2.2",
    "globby": "^11.0.0",
    "inferred-types": "^0.3.0",
    "inquirer": "^6.5.1",
    "js-yaml": "^4.1.0",
    "lodash.get": "^4.4.2",
    "lodash.set": "^4.3.2",
    "matcher": "^4.0.0",
    "native-dash": "^1.13.0",
    "play-sound": "^1.1.3",
    "recast": "^0.20.4",
    "simple-git": "^2.12.0",
    "table": "^6.3.2",
    "typed-mapper": "^0.4.1",
    "webpack": "^4.46.0"
  },
  "devDependencies": {
    "@types/aws-sdk": "^2.7.0",
    "@types/chai": "^4.2.15",
    "@types/command-line-args": "^5.0.0",
    "@types/command-line-usage": "^5.0.1",
    "@types/globby": "^9.1.0",
    "@types/inquirer": "^6.5.0",
    "@types/js-yaml": "^4.0.0",
    "@types/lodash.get": "^4.4.6",
    "@types/lodash.set": "^4.3.6",
    "@types/mocha": "^8.2.2",
    "@types/node": "^14",
    "@types/webpack": "^4.41.27",
    "@typescript-eslint/eslint-plugin": "^4.14.1",
    "@typescript-eslint/parser": "^4.14.1",
    "chai": "^4.2.0",
    "eslint": "^7.23.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-unicorn": "^31.0.0",
    "madge": "^4.0.2",
    "mocha": "^8.3.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "ts-node": "^9.1.1",
    "ttypescript": "^1.5.12",
    "typescript": "^4.2.2",
    "typescript-transform-paths": "2.2.1"
  }
}
