{ "name": "@useoptic/openapi-utilities", "license": "MIT", "packageManager": "yarn@4.1.1", "version": "1.0.8", "main": "build/index.js", "types": "build/index.d.ts", "files": [ "/build", "/src" ], "scripts": { "build": "yarn tsc --build --verbose", "test": "ENVIRONMENT=test jest --colors", "clean": "rm -rf build" }, "repository": { "type": "git", "url": "https://github.com/opticdev/optic/edit/main/projects/openapi-utilities" }, "devDependencies": { "@babel/core": "^7.17.0", "@babel/plugin-transform-runtime": "^7.17.0", "@babel/preset-env": "^7.17.0", "@babel/preset-typescript": "^7.17.0", "@types/babel__core": "^7", "@types/babel__preset-env": "^7", "@types/is-url": "^1.2.30", "@types/js-yaml": "^4.0.5", "@types/json-stable-stringify": "^1.0.33", "@types/lodash.groupby": "^4.6.6", "@types/lodash.isequal": "^4.5.6", "@types/lodash.omit": "^4.5.7", "@types/node": "^18.0.0", "babel-jest": "^29.3.1", "jest": "^29.3.1", "prettier": "^3.0.0", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "^5.0.0" }, "dependencies": { "@useoptic/json-pointer-helpers": "1.0.8", "ajv": "8.17.1", "ajv-errors": "^3.0.0", "ajv-formats": "^3.0.1", "chalk": "^4.1.2", "fast-deep-equal": "^3.1.3", "is-url": "^1.2.4", "js-yaml": "^4.1.0", "json-stable-stringify": "^1.0.1", "lodash.groupby": "^4.6.0", "lodash.isequal": "^4.5.0", "lodash.omit": "^4.5.0", "node-machine-id": "^1.1.12", "openapi-types": "^12.0.2", "ts-invariant": "^0.9.3", "url-join": "^4.0.1", "yaml-ast-parser": "^0.0.43" } }