{ "name": "salty-dog", "version": "0.9.1", "description": "Rule-based JSON/YAML validator using JSON schemas", "keywords": [ "cli", "json", "json-lint", "json-path", "json-schema", "json-validation", "jsonpath", "jsonschema", "lint", "tool", "validation", "yaml", "yaml-lint", "yaml-validation" ], "type": "module", "main": "out/index.js", "bin": { "salty-dog": "out/bundle/index.cjs" }, "directories": { "doc": "docs", "test": "test" }, "scripts": { "build": "make", "test": "make test" }, "author": "ssube", "license": "MIT", "devDependencies": { "@apextoaster/js-utils": "0.4.1", "@apextoaster/js-yaml-schema": "0.5.0", "@istanbuljs/nyc-config-typescript": "1.0.2", "@istanbuljs/schema": "0.1.3", "@microsoft/api-documenter": "7.17.9", "@microsoft/api-extractor": "7.22.2", "@types/bunyan": "1.8.8", "@types/chai": "4.3.1", "@types/chai-as-promised": "7.1.5", "@types/deep-diff": "1.0.1", "@types/js-yaml": "4.0.5", "@types/lodash": "4.14.182", "@types/minimatch": "3.0.5", "@types/mocha": "9.1.1", "@types/node": "16.11.27", "@types/sinon": "10.0.11", "@types/sinon-chai": "3.2.8", "@types/source-map-support": "0.5.4", "@types/yargs": "17.0.10", "@typescript-eslint/eslint-plugin": "5.20.0", "@typescript-eslint/parser": "5.20.0", "ajv": "8.11.0", "bunyan": "1.8.15", "c8": "7.11.2", "chai": "4.3.6", "chai-as-promised": "7.1.1", "deep-diff": "1.0.2", "esbuild": "0.14.38", "eslint": "8.14.0", "eslint-plugin-chai": "0.0.1", "eslint-plugin-chai-expect": "3.0.0", "eslint-plugin-chai-expect-keywords": "2.1.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-mocha": "10.0.4", "eslint-plugin-no-null": "1.0.2", "eslint-plugin-sonarjs": "0.13.0", "js-yaml": "4.1.0", "jsonpath-plus": "6.0.1", "lodash": "4.17.21", "memfs": "3.4.1", "minimatch": "5.0.1", "mocha": "9.2.2", "noicejs": "4.0.0", "nyc": "15.1.0", "sinon": "13.0.2", "sinon-chai": "3.7.0", "source-map-support": "0.5.21", "standard-version": "9.3.2", "typescript": "4.6.3", "yargs": "17.4.1" }, "nyc": { "extends": "@istanbuljs/nyc-config-typescript" }, "resolutions": { "lodash": "4.17.21" }, "publishConfig": { "registry": "https://registry.npmjs.org" } }