UNPKG

json-schema-spell-checker

Version:

Check the spelling of your JSON Schema (including OpenAPI!) documents

40 lines (39 loc) 970 B
{ "name": "json-schema-spell-checker", "version": "2.3.0", "description": "Check the spelling of your JSON Schema (including OpenAPI!) documents", "type": "module", "main": "index.js", "scripts": { "test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest", "lint": "eslint *.js", "lint-fix": "eslint --fix *.js" }, "bin": { "json-schema-spell-checker": "bin.js" }, "keywords": [ "openapi", "oas", "spelling", "spellcheck" ], "author": "Michael Heap <m@michaelheap.com>", "license": "MIT", "dependencies": { "chalk": "^5.6.2", "commander": "^14.0.3", "jsonpath-plus": "^10.4.0", "markdown-spellcheck": "^1.3.1", "remark": "^15.0.1", "remark-plain-text": "^0.2.0", "yamljs": "^0.3.0" }, "devDependencies": { "eslint": "^10.0.3", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.5", "jest": "^30.3.0", "prettier": "^3.8.1" } }