{
  "name": "@stoplight/elements-utils",
  "version": "7.1.2",
  "main": "./index.js",
  "files": [
    "**/*"
  ],
  "author": "Stoplight <support@stoplight.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/stoplightio/elements"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=12"
  },
  "dependencies": {
    "@stoplight/path": "~1.3.2",
    "@stoplight/types": "^12.0.0",
    "lodash": "^4.17.19"
  },
  "typings": "index.d.ts",
  "type": "commonjs",
  "module": "./index.esm.js",
  "exports": {
    "require": "./index.js",
    "import": "./index.mjs"
  }
}