{
  "name": "@ibm-cloud/openapi-ruleset-utilities",
  "description": "Programmatic utility functions for creating Spectral-formatted OpenAPI Rulesets",
  "version": "1.9.0",
  "license": "Apache-2.0",
  "private": false,
  "main": "./src/index.js",
  "types": "./types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/IBM/openapi-validator.git",
    "directory": "packages/utilities"
  },
  "scripts": {
    "clean": "rm -rf node_modules",
    "jest": "jest",
    "test": "jest test",
    "test-travis": "jest --silent --runInBand --no-colors --testNamePattern='^((?!@skip-ci).)*$' test",
    "lint": "eslint --cache --quiet --ext '.js' src test",
    "fix": "eslint --fix --ext '.js' src test",
    "generate-types": "tsc",
    "pkg": "echo no executables to build in this package"
  },
  "devDependencies": {
    "@stoplight/spectral-core": "^1.19.4",
    "jest": "^29.7.0",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "jest": {
    "collectCoverage": true,
    "coverageDirectory": "./coverage/",
    "testEnvironment": "node",
    "moduleNameMapper": {
      "nimma/legacy": "<rootDir>/../../node_modules/@stoplight/spectral-core/node_modules/nimma/dist/legacy/cjs",
      "nimma/fallbacks": "<rootDir>/../../node_modules/@stoplight/spectral-core/node_modules/nimma/dist/legacy/cjs/fallbacks/"
    }
  }
}
