{
  "name": "@vercel/static-build",
  "version": "2.11.3",
  "license": "Apache-2.0",
  "main": "./dist/index",
  "homepage": "https://vercel.com/docs/build-step",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/vercel.git",
    "directory": "packages/static-build"
  },
  "dependencies": {
    "ts-morph": "12.0.0",
    "@vercel/gatsby-plugin-vercel-analytics": "1.0.11",
    "@vercel/gatsby-plugin-vercel-builder": "2.2.23",
    "@vercel/static-config": "3.4.0"
  },
  "devDependencies": {
    "@types/aws-lambda": "8.10.64",
    "@types/cross-spawn": "6.0.0",
    "@types/fs-extra": "9.0.13",
    "@types/ms": "0.7.31",
    "@types/node": "20.11.0",
    "@types/node-fetch": "2.5.4",
    "@types/promise-timeout": "1.3.0",
    "@types/semver": "7.3.13",
    "execa": "3.2.0",
    "fs-extra": "10.0.0",
    "get-port": "5.0.0",
    "is-port-reachable": "2.0.1",
    "ms": "2.1.2",
    "node-fetch": "2.6.7",
    "rc9": "1.2.0",
    "semver": "7.5.2",
    "tree-kill": "1.2.2",
    "vitest": "2.0.3",
    "@vercel/build-utils": "13.32.1",
    "@vercel/error-utils": "2.2.0",
    "@vercel/frameworks": "3.30.0",
    "@vercel/fs-detectors": "6.10.1",
    "@vercel/routing-utils": "6.3.1"
  },
  "scripts": {
    "build": "node ../../utils/build-builder.mjs",
    "test": "vitest run --config ../../vitest.config.mts",
    "test-unit": "pnpm test test/build.test.ts test/hugo.test.ts test/gatsby.test.ts test/prepare-cache.test.ts",
    "test-e2e": "pnpm test test/integration-*.test.js",
    "type-check": "tsc --noEmit",
    "vitest-run": "vitest -c ../../vitest.config.mts",
    "vitest-unit": "glob --absolute 'test/build.test.ts' 'test/hugo.test.ts' 'test/gatsby.test.ts' 'test/prepare-cache.test.ts'",
    "vitest-e2e": "glob --absolute 'test/integration-*.test.js'"
  }
}