{
  "name": "netlify-cms-proxy-server",
  "description": "Proxy server to be used with Netlify CMS proxy backend",
  "version": "1.3.2",
  "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server",
  "bugs": "https://github.com/netlify/netlify-cms/issues",
  "license": "MIT",
  "main": "dist/index",
  "keywords": [
    "netlify",
    "netlify-cms",
    "backend"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "webpack",
    "prestart": "yarn build",
    "start": "node dist/index.js",
    "develop": "nodemon --watch 'src/**/*.ts' --ignore 'src/**/*.spec.ts' --exec 'ts-node' --files src/index.ts",
    "test": "jest",
    "test:watch": "yarn test --watch",
    "test:coverage": "yarn test --coverage"
  },
  "dependencies": {
    "@hapi/joi": "^17.0.2",
    "cors": "^2.8.5",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "morgan": "^1.9.1",
    "simple-git": "^2.0.0",
    "what-the-diff": "^0.6.0",
    "winston": "^3.3.3"
  },
  "devDependencies": {
    "@types/cors": "^2.8.6",
    "@types/express": "^4.17.2",
    "@types/hapi__joi": "17.1.4",
    "@types/jest": "^26.0.0",
    "@types/morgan": "^1.7.37",
    "@types/node": "^13.1.7",
    "@types/vfile-message": "^2.0.0",
    "jest": "^26.1.0",
    "netlify-cms-lib-util": "^2.11.2",
    "nodemon": "^2.0.2",
    "ts-jest": "^24.3.0",
    "ts-loader": "^6.2.1",
    "ts-node": "^8.6.2",
    "tsconfig-paths-webpack-plugin": "^3.2.0",
    "webpack": "^4.41.5",
    "webpack-node-externals": "^1.7.2"
  },
  "engines": {
    "node": ">=v10.22.0"
  },
  "bin": {
    "netlify-cms-proxy-server": "./dist/index.js"
  }
}