{
  "name": "yaml-doctor",
  "version": "0.3.0",
  "description": "Identify and fix dangerous or invalid YAML syntax",
  "main": "index.js",
  "bin": {
    "yaml-doctor": "./bin/yaml-doctor"
  },
  "scripts": {
    "lint": "npx eslint bin/yaml-doctor .",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mr0grog/yaml-doctor.git"
  },
  "keywords": [
    "yaml",
    "lint"
  ],
  "author": "Rob Brackett and Asana, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Mr0grog/yaml-doctor/issues"
  },
  "homepage": "https://github.com/Mr0grog/yaml-doctor#readme",
  "devDependencies": {
    "eslint": "^8.27.0",
    "mocha": "^10.6.0"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "glob": "9.3.5",
    "js-yaml": "^3.14.1",
    "lru-cache": "<10.3.1",
    "optionator": "^0.9.1"
  },
  "engines" : {
    "node" : ">=16.0.0"
  }
}
