{
  "name": "@useoptic/openapi-diff",
  "packageManager": "yarn@3.0.2",
  "version": "0.22.4",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "/build"
  ],
  "bin": {
    "optic": "build/cli/index.js"
  },
  "scripts": {
    "build": "yarn tsc --build --verbose",
    "ws:build": "yarn build",
    "ws:clean": "rm -rf build",
    "ws:test": "yarn dev:test",
    "dev:test": "jest --colors",
    "run:it": " ts-node src/interactive/cli-components/tests/test-baseline --capture diff-use-cases-with-events.json",
    "explore": "ts-node src/interactive/cli-components/tests/test-update.tsx  --scenario newField"
  },
  "devDependencies": {
    "@types/body-parser": "^1",
    "@types/diff": "5.0.0",
    "@types/express": "^4",
    "@types/fs-extra": "^9.0.13",
    "@types/http-string-parser": "^0",
    "@types/jest": "^26.0.24",
    "@types/lodash.flatten": "^4.4.6",
    "@types/lodash.groupby": "^4.6.6",
    "@types/lodash.isequal": "^4.5.5",
    "@types/lodash.uniqwith": "^4.5.6",
    "@types/nice-try": "^2.1.0",
    "@types/node": "^16.11.11",
    "@types/object-hash": "^2.2.1",
    "@types/uuid": "^8.3.1",
    "babel-jest": "26.6.0",
    "ink-testing-library": "^2.1.0",
    "jest": "26.6.0",
    "prettier": "^2.4.1",
    "ts-node": "^10.3.1",
    "typescript": "^4.4.4"
  },
  "dependencies": {
    "@useoptic/json-pointer-helpers": "0.22.4",
    "@useoptic/openapi-io": "0.22.4",
    "@useoptic/openapi-utilities": "0.22.4",
    "@xstate/react": "^1.6.2",
    "ajv": "^8.6.3",
    "body-parser": "^1.19.0",
    "commander": "^8.3.0",
    "diff": "5.0.0",
    "express": "^4.17.1",
    "fast-deep-equal": "^3.1.3",
    "fast-json-patch": "^3.1.0",
    "fs-extra": "^10.0.0",
    "http-parser-js": "^0.5.5",
    "http-proxy-middleware": "^2.0.1",
    "http-string-parser": "^0.0.6",
    "ink": "^3.2.0",
    "ink-divider": "^3.0.0",
    "ink-text-input": "^4.0.2",
    "ink-use-stdout-dimensions": "^1.0.5",
    "json-schema-traverse": "^1.0.0",
    "lodash.flatten": "^4.4.0",
    "lodash.groupby": "^4.6.0",
    "lodash.isequal": "^4.5.0",
    "lodash.uniqwith": "^4.5.0",
    "nice-try": "^3.0.0",
    "object-hash": "^2.2.0",
    "pcap": "^3.1.0",
    "query-string": "^7.0.1",
    "react": "^17.0.2",
    "ts-invariant": "^0.9.3",
    "uuid": "^8.3.2",
    "xstate": "^4.26.0"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "/build/",
      "/node_modules/"
    ]
  }
}