{
  "name": "@stackbit/cli",
  "version": "0.3.136",
  "description": "Stackbit CLI",
  "main": "dist/stackbit.js",
  "types": "dist/stackbit.d.ts",
  "bin": {
    "stackbit": "./dist/stackbit.js"
  },
  "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",
    "cli",
    "jamstack",
    "ssg",
    "cms",
    "schema"
  ],
  "author": "Stackbit Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stackbit/stackbit/issues"
  },
  "homepage": "https://github.com/stackbit/stackbit#readme",
  "dependencies": {
    "@segment/analytics-node": "^2.2.0",
    "@stackbit/dev": "2.2.38",
    "@stackbit/sdk": "2.1.21",
    "chalk": "^4.1.0",
    "configstore": "^5.0.1",
    "git-url-parse": "^13.1.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.23",
    "uuid": "^11.1.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/configstore": "^5.0.1",
    "@types/git-url-parse": "^9.0.1",
    "@types/js-yaml": "^4.0.9",
    "@types/lodash": "^4.17.16",
    "@types/uuid": "^10.0.0"
  },
  "gitHead": "a5319fe0f0894a667ba36aba19a73b443cf39b16"
}
