{
  "name": "@stackbit/dev",
  "version": "2.2.38",
  "description": "stackbit-dev",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "stackbit-dev": "./dist/index.js"
  },
  "files": [
    "/dist",
    "/src"
  ],
  "scripts": {
    "test": "jest --forceExit",
    "build": "npm run clean && npm run copy-files && tsc --build",
    "watch": "npm run clean && npm run copy-files && tsc --build --watch --verbose",
    "clean": "rimraf dist/",
    "prettier": "prettier --write src",
    "copy-files": "copyfiles -u 1 src/assets/* dist/"
  },
  "author": "Stackbit Inc.",
  "license": "MIT",
  "dependencies": {
    "@stackbit/cms-core": "3.1.25",
    "@stackbit/dev-common": "1.0.44",
    "@stackbit/sdk": "2.1.21",
    "axios": "^1.14.0",
    "body-parser": "^1.20.3",
    "chalk": "^4.1.0",
    "chokidar": "^3.5.3",
    "configstore": "^5.0.1",
    "cors": "^2.8.5",
    "detect-port": "^1.3.0",
    "dotenv": "^16.4.7",
    "express": "^4.17.2",
    "fs-extra": "^11.3.0",
    "http-proxy-middleware": "^3.0.3",
    "lodash": "^4.17.23",
    "open": "^8.4.0",
    "rimraf": "^3.0.2",
    "uuid": "^11.1.0",
    "winston": "^3.4.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@stackbit/types": "2.1.15",
    "@types/axios": "^0.14.4",
    "@types/configstore": "^5.0.1",
    "@types/detect-port": "^1.3.2",
    "@types/express": "^4.17.13",
    "@types/fs-extra": "^11.0.4",
    "@types/http-proxy-middleware": "^1.0.0",
    "@types/lodash": "^4.17.16",
    "@types/uuid": "^10.0.0",
    "copyfiles": "^2.4.1",
    "response-time": "^2.3.2"
  },
  "gitHead": "a5319fe0f0894a667ba36aba19a73b443cf39b16"
}
