{
  "name": "@f5devcentral/f5-fast-core",
  "version": "0.26.1",
  "author": "F5 Networks",
  "license": "Apache-2.0",
  "repository": "github:f5devcentral/f5-fast-core",
  "main": "index.js",
  "description": "The core module for F5 Application Services Templates",
  "scripts": {
    "audit-production": "npm audit --production --json > .auditReport.json; npx f5-fast-audit-npm",
    "test": "mocha --exclude test/cli.js",
    "test.cli": "mocha test/setup-logging.js test/cli.js",
    "test.all": "mocha",
    "lint": "eslint lib test index.js cli.js --ignore-pattern jsoneditor.js",
    "buildbin": "./scripts/build-fastbin.sh",
    "coverage": "nyc -r text -r html npm test",
    "coverage.all": "nyc -r text -r html npm run test.all"
  },
  "keywords": [
    "as3",
    "f5",
    "rest",
    "api"
  ],
  "bin": {
    "fast": "./cli.js",
    "f5-fast-audit-npm": "./scripts/auditProcessor.js"
  },
  "devDependencies": {
    "chai": "^4.3.10",
    "chai-as-promised": "^7.1.1",
    "eslint": "^8.50.0",
    "eslint-plugin-import": "^2.28.1",
    "mocha": "^11.7.5",
    "nock": "^13.3.3",
    "nyc": "^18.0.0"
  },
  "nyc": {
    "all": true,
    "include": [
      "lib/**/*.js",
      "cli.js"
    ],
    "exclude": [
      "lib/jsoneditor.js"
    ]
  },
  "dependencies": {
    "@apidevtools/json-schema-ref-parser": "9.0.9",
    "@f5devcentral/atg-storage": "^1.3.1",
    "adm-zip": "^0.5.10",
    "ajv": "^6.12.6",
    "axios": "^1.15.2",
    "brace-expansion": "^5.0.5",
    "deepmerge": "^4.3.1",
    "diff": "^9.0.0",
    "flatted": "^3.4.2",
    "follow-redirects": "^1.16.0",
    "js-yaml": "^4.1.1",
    "math-expression-evaluator": "^1.4.0",
    "merge-lite": "^1.0.2",
    "minimatch": "^10.2.5",
    "mustache": "^4.2.0",
    "picomatch": "^4.0.4",
    "yargs": "^17.7.2"
  },
  "auditProcessor": {
    "allowlist": [
      "GHSA-2g4f-4pwh-qvx6",
      "GHSA-73rr-hh4g-fpgx",
      "GHSA-5c6j-r48x-rmvq",
      "GHSA-qj8w-gfj5-8c6v",
      "GHSA-w5hq-g745-h8pq",
      1113714,
      1112706,
      1113686,
      1115723,
      1116970
    ]
  }
}
