{
  "name": "@architect/sandbox",
  "version": "9.0.0",
  "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": ">=22"
  },
  "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",
    "arc-sandbox": "src/cli/cli.js"
  },
  "files": [
    "src/*"
  ],
  "dependencies": {
    "@architect/asap": "~7.0.10",
    "@architect/create": "~7.0.0",
    "@architect/hydrate": "~6.0.0",
    "@architect/inventory": "~6.0.0",
    "@architect/utils": "~6.0.0",
    "@aws-lite/client": "^0.23.2",
    "@aws-lite/dynamodb": "^0.3.9",
    "chokidar": "4.0.3",
    "depstatus": "1.1.1",
    "dynalite": "4.0.0",
    "finalhandler": "2.1.0",
    "http-proxy": "1.18.1",
    "router": "2.2.0",
    "send": "1.2.0",
    "server-destroy": "1.0.1",
    "tmp": "0.2.3",
    "tree-kill": "1.2.2",
    "update-notifier-cjs": "5.1.7",
    "ws": "8.18.0"
  },
  "devDependencies": {
    "@architect/eslint-config": "~3.0.0",
    "@architect/functions": "~8.1.7",
    "@architect/req-res-fixtures": "git+https://github.com/architect/req-res-fixtures.git",
    "@aws-lite/apigatewaymanagementapi": "~0.0.10",
    "@aws-lite/ssm": "~0.2.5",
    "cross-env": "~10.0.0",
    "deno": "~2.5.1",
    "eslint": "~9.36.0",
    "fs-extra": "~11.3.0",
    "nyc": "~17.1.0",
    "proxyquire": "~2.1.3",
    "tap-arc": "~1.3.2",
    "tape": "~5.9.0",
    "tiny-json-http": "~7.5.1"
  }
}
