{
  "name": "openapi-overlays-js",
  "version": "0.2.0",
  "description": "Tool to apply OpenAPI overlays, built in NodeJS with a command line interface (CLI).",
  "main": "index.js",
  "bin": {
    "overlayjs": "./index.js"
  },
  "scripts": {
    "test": "node_modules/.bin/jest",
    "lint": "eslint . --config .eslintrc.json",
    "fmt": "eslint . --config .eslintrc.json --fix"
  },
  "type": "module",
  "author": "Lorna Mitchell <github@lornajane.net>",
  "homepage": "https://github.com/lornajane/openapi-overlays-js#readme",
  "bugs": "https://github.com/lornajane/openapi-overlays-js/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lornajane/openapi-overlays-js.git"
  },
  "license": "Apache2",
  "dependencies": {
    "@stoplight/yaml": "^4.2.3",
    "arg": "^5.0.2",
    "jsonpath": "^1.1.1",
    "mergician": "^1.0.3",
    "openapi-format": "^1.13.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.20.2",
    "babel-jest": "^29.4.1",
    "eslint": "^8.57.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-promise": "^6.1.1",
    "jest": "^29.4.1"
  },
  "jest": {
    "transform": {
      "^.+\\.js$": "babel-jest"
    },
    "testEnvironment": "node"
  }
}
