{
  "name": "@serverless-stack/core",
  "version": "1.18.4",
  "homepage": "https://sst.dev",
  "description": "Core of SST.",
  "main": "dist/index.js",
  "type": "module",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.js"
  },
  "types": "./dist/index.d.ts",
  "author": {
    "name": "Anomaly Innovations",
    "url": "https://anoma.ly"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/serverless-stack/sst.git",
    "directory": "packages/core"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "resolutions": {
    "graphql": "^16.5.0"
  },
  "dependencies": {
    "@serverless-stack/aws-lambda-ric": "^2.0.13",
    "@trpc/server": "^9.16.0",
    "acorn": "^8.7.1",
    "acorn-walk": "^8.2.0",
    "async-retry": "^1.3.3",
    "aws-cdk": "2.50.0",
    "aws-cdk-lib": "2.50.0",
    "aws-sdk": "^2.1110.0",
    "chalk": "^4.1.0",
    "chokidar": "^3.5.2",
    "ci-info": "^3.3.0",
    "conf": "^10.1.1",
    "constructs": "^10.0.29",
    "cross-spawn": "^7.0.3",
    "dendriform-immer-patch-optimiser": "^2.1.0",
    "dotenv": "^10.0.0",
    "dotenv-expand": "^5.1.0",
    "esbuild": "^0.14.11",
    "escodegen": "^2.0.0",
    "express": "^4.17.1",
    "fs-extra": "^9.0.1",
    "immer": "^9.0.7",
    "js-yaml": "^4.1.0",
    "kysely": "^0.21.3",
    "kysely-codegen": "^0.6.1",
    "kysely-data-api": "^0.1.2",
    "log4js": "^6.3.0",
    "picomatch": "^2.3.0",
    "remeda": "^0.0.32",
    "semver": "^7.3.7",
    "typescript": "^4.8.4",
    "uuid": "^8.3.2",
    "ws": "^8.6.0",
    "xstate": "4.26.1",
    "zip-local": "^0.3.4"
  },
  "gitHead": "8ac2d0abc11d5de721c87658bb445e3d6c211dcf",
  "devDependencies": {
    "@tsconfig/node14": "^1.0.1",
    "@types/async-retry": "^1.4.3",
    "@types/conf": "^3.0.0",
    "@types/escodegen": "^0.0.7",
    "@types/express": "^4.17.13",
    "@types/node": "^17.0.35",
    "@types/picomatch": "^2.3.0",
    "@types/uuid": "^8.3.1",
    "@types/ws": "^8.5.3"
  },
  "scripts": {
    "build": "tsc",
    "build:dotnet31-bootstrap": "docker run --rm -v ${PWD}/src/runtime/shells/dotnet-bootstrap:/tmp/bootstrap mcr.microsoft.com/dotnet/sdk:3.1 bash -c \"cd /tmp/bootstrap && dotnet publish --output release --configuration Release --framework netcoreapp3.1 --self-contained false -nologo --verbosity minimal /target:Rebuild\"",
    "build:dotnet6-bootstrap": "docker run --rm -v ${PWD}/src/runtime/shells/dotnet-bootstrap:/tmp/bootstrap mcr.microsoft.com/dotnet/sdk:6.0 bash -c \"cd /tmp/bootstrap && dotnet publish --output release --configuration Release --framework net6.0 --self-contained false -nologo --verbosity minimal /target:Rebuild\"",
    "build:java11-bootstrap": "cd src/runtime/shells/java11-bootstrap && ./install.sh",
    "clean": "rm -rf dist",
    "test": "vitest run"
  },
  "optionalDependencies": {
    "@pothos/core": "^3.11.0",
    "graphql": "^16.5.0"
  }
}
