{
  "name": "@architect/deploy",
  "version": "4.0.3",
  "description": "Deploys @architect projects",
  "main": "index.js",
  "bin": {
    "arc-deploy": "src/cli/index.js"
  },
  "scripts": {
    "test": "npm run lint && npm run test:integration && npm run coverage",
    "test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-spec",
    "test:slow": "cross-env tape 'test/slow/**/*-test.js' | tap-spec",
    "test:integration": "cross-env AWS_ACCESS_KEY_ID=\"blah\" AWS_SECRET_ACCESS_KEY=\"blah\" tape 'test/integration/**/*-test.js' | tap-spec",
    "coverage": "nyc --reporter=lcov --reporter=text npm run test:unit",
    "lint": "eslint . --fix",
    "rc": "npm version prerelease --preid RC"
  },
  "engines": {
    "node": ">=14"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/architect/deploy.git"
  },
  "keywords": [
    "arc",
    "deploy"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/architect/deploy/issues"
  },
  "homepage": "https://github.com/architect/deploy#readme",
  "dependencies": {
    "@architect/create": "~4.0.0",
    "@architect/hydrate": "~3.0.0",
    "@architect/inventory": "~3.0.0",
    "@architect/package": "~8.0.0",
    "@architect/utils": "~3.1.0",
    "chalk": "4.1.2",
    "fs-extra": "~10.0.0",
    "get-folder-size": "2.0.1",
    "glob": "~7.2.0",
    "mime-types": "~2.1.34",
    "minimist": "~1.2.5",
    "path-sort": "~0.1.0",
    "run-parallel": "~1.2.0",
    "run-series": "~1.1.9",
    "run-waterfall": "~1.1.7",
    "zip-dir": "~2.0.0",
    "zipit": "~2.0.0"
  },
  "devDependencies": {
    "@architect/eslint-config": "~2.0.1",
    "aws-sdk-mock": "5.1.0",
    "cross-env": "~7.0.3",
    "eslint": "~8.9.0",
    "mock-fs": "~5.1.2",
    "nyc": "~15.1.0",
    "proxyquire": "~2.1.3",
    "tap-spec": "~5.0.0",
    "tape": "~5.5.2"
  },
  "eslintConfig": {
    "extends": "@architect/eslint-config"
  }
}
