{
  "name": "@ping-identity/dvlint-base-rule-pack",
  "version": "1.3.9",
  "description": "Collection of base rules used to lint DaVinci flows.",
  "main": "RulePack.js",
  "scripts": {
    "test": "jest --verbose",
    "eslint": "eslint -c .eslintrc ./lib/**"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pingidentity/dvlint-base-rule-pack.git"
  },
  "keywords": [
    "pingone",
    "davinci",
    "flow",
    "linter"
  ],
  "author": "Ping Identity",
  "license": "Apache License 2.0",
  "bugs": {
    "url": "https://github.com/pingidentity/dvlint/issues"
  },
  "homepage": "https://library.pingidentity.com/page/dvlint-base-rule-pack",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^8.54.0",
    "@typescript-eslint/parser": "^8.54.0",
    "eslint": "^8.19.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.7.0",
    "prettier": "^2.7.1"
  },
  "dependencies": {
    "@ping-identity/dvlint": "^1.1.0"
  },
  "overrides": {
    "minimatch": "^10.2.1"
  }
}