111 lines
2.9 KiB
JSON
111 lines
2.9 KiB
JSON
{
|
|
"name": "salty-dog",
|
|
"version": "0.8.3",
|
|
"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"
|
|
],
|
|
"main": "out/index.js",
|
|
"bin": {
|
|
"salty-dog": "out/index.js"
|
|
},
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"build": "make",
|
|
"test": "make test"
|
|
},
|
|
"author": "ssube",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@apextoaster/js-utils": "0.4.0",
|
|
"@apextoaster/js-yaml-schema": "0.5.0",
|
|
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
|
"@microsoft/api-documenter": "7.13.68",
|
|
"@microsoft/api-extractor": "7.18.19",
|
|
"@rollup/plugin-alias": "3.1.5",
|
|
"@rollup/plugin-commonjs": "21.0.0",
|
|
"@rollup/plugin-node-resolve": "13.0.5",
|
|
"@types/bunyan": "1.8.8",
|
|
"@types/chai": "4.2.22",
|
|
"@types/chai-as-promised": "7.1.4",
|
|
"@types/deep-diff": "1.0.1",
|
|
"@types/js-yaml": "4.0.5",
|
|
"@types/lodash": "4.14.177",
|
|
"@types/minimatch": "3.0.5",
|
|
"@types/mocha": "9.0.0",
|
|
"@types/node": "16.11.11",
|
|
"@types/sinon": "10.0.6",
|
|
"@types/sinon-chai": "3.2.6",
|
|
"@types/source-map-support": "0.5.4",
|
|
"@types/yargs": "17.0.7",
|
|
"@typescript-eslint/eslint-plugin": "5.5.0",
|
|
"@typescript-eslint/eslint-plugin-tslint": "5.5.0",
|
|
"@typescript-eslint/parser": "5.5.0",
|
|
"ajv": "8.8.2",
|
|
"bunyan": "1.8.15",
|
|
"chai": "4.3.4",
|
|
"chai-as-promised": "7.1.1",
|
|
"deep-diff": "1.0.2",
|
|
"eslint": "8.4.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.25.3",
|
|
"eslint-plugin-mocha": "9.0.0",
|
|
"eslint-plugin-no-null": "1.0.2",
|
|
"eslint-plugin-sonarjs": "0.11.0",
|
|
"js-yaml": "4.1.0",
|
|
"jsonpath-plus": "6.0.1",
|
|
"lodash": "4.17.21",
|
|
"memfs": "3.4.0",
|
|
"minimatch": "3.0.4",
|
|
"mocha": "9.1.3",
|
|
"noicejs": "4.0.0",
|
|
"nyc": "15.1.0",
|
|
"rollup": "2.58.0",
|
|
"rollup-plugin-eslint": "7.0.0",
|
|
"rollup-plugin-json": "4.0.0",
|
|
"rollup-plugin-multi-entry": "2.1.0",
|
|
"rollup-plugin-node-externals": "2.2.0",
|
|
"rollup-plugin-replace": "2.2.0",
|
|
"rollup-plugin-tslint": "0.2.2",
|
|
"rollup-plugin-typescript2": "0.30.0",
|
|
"rollup-plugin-yaml": "2.0.0",
|
|
"sinon": "12.0.1",
|
|
"sinon-chai": "3.7.0",
|
|
"source-map-support": "0.5.21",
|
|
"standard-version": "9.3.2",
|
|
"tslint": "6.1.3",
|
|
"tslint-clean-code": "0.2.10",
|
|
"tslint-microsoft-contrib": "6.2.0",
|
|
"tslint-sonarts": "1.9.0",
|
|
"typescript": "4.3.5",
|
|
"yargs": "17.2.1"
|
|
},
|
|
"nyc": {
|
|
"extends": "@istanbuljs/nyc-config-typescript"
|
|
},
|
|
"resolutions": {
|
|
"lodash": "4.17.21"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org"
|
|
}
|
|
}
|