{ "name": "salty-dog", "version": "0.4.1", "description": "YAML linter, transformer, and validator", "main": "out/index.js", "bin": { "salty-dog": "out/index.js" }, "directories": { "doc": "docs", "test": "test" }, "scripts": { "test": "out/harness.js" }, "author": "ssube", "license": "MIT", "devDependencies": { "@types/bunyan": "^1.8.6", "@types/chai": "^4.1.7", "@types/deep-diff": "^1.0.0", "@types/js-yaml": "^3.12.1", "@types/lodash": "^4.14.134", "@types/mocha": "^5.2.7", "@types/sinon": "^7.0.13", "@types/yargs": "^13.0.0", "ajv": "^6.10.0", "bunyan": "^1.8.12", "chai": "^4.2.0", "deep-diff": "^1.0.2", "js-yaml": "^3.13.1", "jsonpath-plus": "^0.20.1", "lodash": "^4.17.11", "mocha": "^6.1.4", "noicejs": "^2.5.2", "rollup": "^1.15.5", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-multi-entry": "^2.1.0", "rollup-plugin-node-resolve": "^5.0.2", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-typescript2": "^0.21.1", "sinon": "^7.3.2", "standard-version": "^6.0.1", "typescript": "^3.5.2", "yargs": "^13.2.4" } }