{
  "name": "@ping-identity/dvlint",
  "version": "1.1.0",
  "description": "PingOne DaVinci Flow Linter",
  "homepage": "https://library.pingidentity.com/page/davinci-linter-cli",
  "main": "lib/index.js",
  "type": "commonjs",
  "bin": {
    "dvlint": "lib/dvlint"
  },
  "files": [
    "bin",
    "lib",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "jest --verbose",
    "eslint": "eslint -c .eslintrc ./lib/**"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pingidentity/dvlint.git"
  },
  "keywords": [
    "pingone",
    "davinci",
    "flow",
    "linter"
  ],
  "author": "Ping Identity (https://www.pingidentity.com/)",
  "license": "Apache License 2.0",
  "bugs": {
    "url": "https://github.com/pingidentity/dvlint/issues"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^7.12.0",
    "@typescript-eslint/parser": "^7.12.0",
    "eslint": "^8.19.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-prettier": "^5.1.3",
    "jest": "^29.6.2",
    "prettier": "^3.3.0"
  },
  "dependencies": {
    "colors": "^1.4.0",
    "commander": "^12.1.0",
    "diff": "^8.0.3",
    "table": "^6.8.1"
  },
  "overrides": {
    "minimatch": "^10.2.1"
  }
}