{
  "name": "@stackbit/cms-core",
  "version": "3.1.25",
  "description": "stackbit-dev",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist",
    "/src"
  ],
  "scripts": {
    "test": "jest --runInBand",
    "build": "tsc --build --clean && tsc --build",
    "watch": "tsc --build --clean && tsc --build --watch --verbose",
    "prettier": "prettier --write src"
  },
  "author": "Stackbit Inc.",
  "license": "MIT",
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/lodash": "^4.17.16",
    "@types/uuid": "^10.0.0"
  },
  "dependencies": {
    "@babel/parser": "^7.11.5",
    "@babel/traverse": "^7.11.5",
    "@iarna/toml": "^2.2.5",
    "@netlify/content-engine": "^1.9.1",
    "@stackbit/sdk": "2.1.21",
    "@stackbit/types": "2.1.15",
    "@stackbit/utils": "0.8.3",
    "chalk": "^4.1.0",
    "fs-extra": "^11.3.0",
    "glob": "^11.0.1",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.23",
    "parse5": "^6.0.1",
    "sanitize-filename": "^1.6.3",
    "uuid": "^11.1.0"
  },
  "gitHead": "a5319fe0f0894a667ba36aba19a73b443cf39b16"
}
