{
  "name": "@stackbit/types",
  "version": "2.1.15",
  "description": "Types for Stackbit config and Content Source Interface",
  "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"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stackbit/stackbit.git"
  },
  "keywords": [
    "stackbit"
  ],
  "author": "Stackbit Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stackbit/stackbit/issues"
  },
  "homepage": "https://github.com/stackbit/stackbit#readme",
  "gitHead": "549c07f88e0843e4caa56c1d03e963add087dc86"
}
