1
0
Fork 0
salty-dog/package.json

112 lines
3.0 KiB
JSON

{
"name": "salty-dog",
"version": "0.8.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"
],
"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.1.7",
"@apextoaster/js-yaml-schema": "0.2.0",
"@istanbuljs/nyc-config-typescript": "1.0.1",
"@microsoft/api-documenter": "7.7.16",
"@microsoft/api-extractor": "7.7.12",
"@types/bunyan": "1.8.6",
"@types/chai": "4.2.11",
"@types/chai-as-promised": "7.1.2",
"@types/deep-diff": "1.0.0",
"@types/js-yaml": "3.12.3",
"@types/lodash": "4.14.149",
"@types/minimatch": "3.0.3",
"@types/mocha": "7.0.2",
"@types/mock-fs": "4.10.0",
"@types/recursive-readdir": "2.2.0",
"@types/sinon": "9.0.0",
"@types/sinon-chai": "3.2.4",
"@types/source-map-support": "0.5.1",
"@types/yargs": "15.0.4",
"@typescript-eslint/eslint-plugin": "2.26.0",
"@typescript-eslint/eslint-plugin-tslint": "2.26.0",
"@typescript-eslint/parser": "2.26.0",
"ajv": "6.12.0",
"bunyan": "1.8.12",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"deep-diff": "1.0.2",
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-chai-expect": "2.1.0",
"eslint-plugin-chai-expect-keywords": "2.0.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-mocha": "6.3.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-sonarjs": "0.5.0",
"js-yaml": "3.13.1",
"jsonpath-plus": "3.0.0",
"lodash": "4.17.15",
"minimatch": "3.0.4",
"mocha": "7.1.1",
"mock-fs": "4.11.0",
"noicejs": "3.0.1",
"nyc": "15.0.0",
"recursive-readdir": "2.2.2",
"rollup": "2.3.2",
"rollup-plugin-commonjs": "10.1.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.1.3",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-tslint": "0.2.2",
"rollup-plugin-typescript2": "0.27.0",
"rollup-plugin-yaml": "2.0.0",
"sinon": "9.0.1",
"sinon-chai": "3.5.0",
"source-map-support": "0.5.16",
"standard-version": "7.1.0",
"tslint": "6.1.0",
"tslint-clean-code": "0.2.10",
"tslint-microsoft-contrib": "6.2.0",
"tslint-sonarts": "1.9.0",
"typescript": "3.8.3",
"yargs": "15.3.1"
},
"dependencies": {},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript"
},
"resolutions": {
"lodash": "4.17.15"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}