{
  "name": "@oracle/oraclejet-audit",
  "version": "21.0.0",
  "description": "JET AUDIT FRAMEWORK",
  "main": "jaf.js",
  "files": [
    "jafconfig.json",
    "*.js",
    "corePackMigrator",
    "html",
    "lib",
    "libext",
    "meta",
    "profiles",
    "schema",
    "rulepacks",
    "rules",
    "src",
    "tests",
    "types"
  ],
  "scripts": {
    "start": "node jaf.js -e ",
    "test": "node ./tests/test.js -ut -c ./tests/config/config_base.json && npm run test-rules",
    "test-security": "mocha ./tests/security-hardening.test.js --timeout 10000",
    "test-rules": "mocha ./tests/rule-tests/*.test.js --timeout 5000",
    "test-jetwc": "mocha ./tests/jetwc-tests/*.test.js --timeout 5000",
    "test-jetwco": "mocha ./tests/jetwco-tests/*.test.js --timeout 20000",
    "build": "node ./build/build.js",
    "metadel": "node ./build/metadel.js",
    "buildmeta": "node ./build/metabuild.js  --show",
    "test-oj-sample": "node ./tests/scripts/testCaseAudit oj-sample base",
    "test-spectra": "node ./tests/scripts/testCaseAudit spectra-components base",
    "test-cx-common": "node ./tests/scripts/testCaseAudit cx-common base"
  },
  "bin": {
    "ojaf": "./jaf.js"
  },
  "keywords": [
    "html",
    "css",
    "js",
    "json",
    "jet",
    "audit",
    "lint"
  ],
  "Jaf": {
    "version": "14.0.1"
  },
  "license": "UPL-1.0",
  "dependencies": {
    "@babel/generator": "^7.19.5",
    "@babel/parser": "^7.19.4",
    "@typescript-eslint/typescript-estree": "8.31.0",
    "adm-zip": "0.4.16",
    "ajv": "8.12.0",
    "ast-traverse": "^0.1.1",
    "astring": "^1.8.3",
    "css-tree": "3.1.0",
    "decache": "4.6.0",
    "es-abstract": "1.20.5",
    "espree": "9.5.2",
    "glob": "7.1.6",
    "htmlparser2": "8.0.1",
    "line-column": "^1.0.2",
    "markdown-it": "12.2.0",
    "md5": "2.3.0",
    "mock-http-server": "1.4.2",
    "parserlib": "1.1.1",
    "readline-sync": "^1.4.10",
    "really-relaxed-json": "0.2.24",
    "semver": "6.3.0",
    "strip-json-comments": "2.0.1",
    "tmp": "0.2.6",
    "typescript": "5.8.3"
  },
  "devDependencies": {
    "@babel/traverse": "^7.19.6",
    "chai": "~4.3.10",
    "mocha": "^7.2.0"
  },
  "resolutions": {
    "fsevents": "2.2.1"
  }
}
