{ "name": "@stoplight/spectral-functions", "version": "1.9.4", "sideEffects": false, "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight ", "repository": { "type": "git", "url": "https://github.com/stoplightio/spectral" }, "license": "Apache-2.0", "main": "dist/index.js", "files": [ "/dist" ], "types": "dist/index.d.ts", "engines": { "node": "^16.20 || ^18.18 || >= 20.17" }, "dependencies": { "@stoplight/better-ajv-errors": "1.0.3", "@stoplight/json": "^3.17.1", "@stoplight/spectral-core": "^1.19.4", "@stoplight/spectral-formats": "^1.8.1", "@stoplight/spectral-runtime": "^1.1.2", "ajv": "^8.17.1", "ajv-draft-04": "~1.0.0", "ajv-errors": "~3.0.0", "ajv-formats": "~2.1.1", "lodash": "~4.17.21", "tslib": "^2.8.1" }, "devDependencies": { "@stoplight/spectral-parsers": "*" } }