{
  "name": "@stackbit/sdk",
  "version": "2.1.21",
  "description": "Stackbit SDK",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist",
    "/src"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc --build --clean && tsc --build",
    "watch": "tsc --build --clean && tsc --build --watch --verbose",
    "prettier": "prettier --write src \"__tests__/**/*.js\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stackbit/stackbit-sdk.git"
  },
  "keywords": [
    "stackbit",
    "sdk",
    "jamstack",
    "ssg",
    "cms",
    "headless-cms",
    "schema"
  ],
  "author": "Stackbit Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stackbit/stackbit-sdk/issues"
  },
  "homepage": "https://github.com/stackbit/stackbit-sdk#readme",
  "dependencies": {
    "@octokit/rest": "^22.0.1",
    "@stackbit/types": "2.1.15",
    "@stackbit/utils": "0.8.3",
    "acorn": "^8.2.4",
    "chokidar": "^3.5.3",
    "esbuild": "^0.25.0",
    "fs-extra": "^11.3.0",
    "joi": "^17.4.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.23",
    "micromatch": "^4.0.8",
    "moment": "^2.29.1",
    "semver": "^7.7.1"
  },
  "devDependencies": {
    "@types/estree": "0.0.52",
    "@types/fs-extra": "^11.0.4",
    "@types/js-yaml": "^4.0.9",
    "@types/lodash": "^4.17.16",
    "@types/micromatch": "^4.0.1",
    "@types/semver": "^7.3.4"
  },
  "gitHead": "a5319fe0f0894a667ba36aba19a73b443cf39b16"
}
