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