{
  "name": "@stoplight/elements-utils",
  "version": "7.1.2",
  "homepage": "https://github.com/stoplightio/elements",
  "bugs": "https://github.com/stoplightio/elements/issues",
  "author": "Stoplight <support@stoplight.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/stoplightio/elements"
  },
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "files": [
    "**/*"
  ],
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "build": "sl-scripts bundle",
    "test": "jest",
    "test.prod": "yarn test --coverage --maxWorkers=2",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@stoplight/path": "~1.3.2",
    "@stoplight/types": "^12.0.0",
    "lodash": "^4.17.19"
  },
  "devDependencies": {
    "@stoplight/scripts": "9.1.0"
  },
  "gitHead": "0069c4648f109fee8485e94aa999a66699bcdac1"
}
