{
  "name": "@architect/sandbox",
  "version": "6.0.5",
  "description": "Architect dev server: run full Architect projects locally & offline",
  "main": "src/index.js",
  "scripts": {
    "test": "npm run lint && npm run test:integration && npm run coverage",
    "test:nolint": "npm run test:integration && npm run coverage",
    "test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-arc",
    "test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-arc",
    "coverage": "nyc --reporter=lcov --reporter=text npm run test:unit",
    "lint": "eslint . --fix",
    "rc": "npm version prerelease --preid RC",
    "build": "node scripts/vendor.js && node bin/binary-config.js && npx pkg bin"
  },
  "engines": {
    "node": ">=16"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/architect/sandbox.git"
  },
  "author": "Brian LeRoux <b@brian.io>",
  "license": "Apache-2.0",
  "bin": {
    "sandbox": "src/cli/cli.js"
  },
  "files": [
    "src/*"
  ],
  "dependencies": {
    "@architect/asap": "~7.0.10",
    "@architect/create": "~5.0.3",
    "@architect/hydrate": "~4.0.6",
    "@architect/inventory": "~4.0.5",
    "@architect/utils": "~4.0.6",
    "@aws-lite/client": "^0.21.1",
    "@aws-lite/dynamodb": "^0.3.4",
    "@begin/hashid": "~1.0.0",
    "chalk": "4.1.2",
    "chokidar": "~3.6.0",
    "depstatus": "~1.1.1",
    "dynalite": "~3.2.2",
    "finalhandler": "~1.2.0",
    "glob": "~10.3.12",
    "http-proxy": "~1.18.1",
    "lambda-runtimes": "~2.0.2",
    "minimist": "~1.2.8",
    "router": "~1.3.8",
    "run-parallel": "~1.2.0",
    "run-series": "~1.1.9",
    "send": "~0.18.0",
    "server-destroy": "~1.0.1",
    "tmp": "~0.2.3",
    "tree-kill": "~1.2.2",
    "update-notifier-cjs": "~5.1.6",
    "ws": "~8.17.0"
  },
  "devDependencies": {
    "@architect/eslint-config": "~3.0.0",
    "@architect/functions": "~8.1.1",
    "@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
    "@aws-lite/apigatewaymanagementapi": "~0.0.8",
    "@aws-lite/ssm": "~0.2.3",
    "cross-env": "~7.0.3",
    "eslint": "~9.1.1",
    "fs-extra": "~11.2.0",
    "nyc": "~15.1.0",
    "pkg": "~5.8.1",
    "proxyquire": "~2.1.3",
    "tap-arc": "~1.2.2",
    "tape": "~5.7.5",
    "tiny-json-http": "~7.5.1"
  }
}
