{
  "name": "@beinformed/citra",
  "version": "3.17.11",
  "description": "Citra is an API testing framework designed to perform end to end tests on JSON REST endpoints.",
  "main": "./lib/citra.js",
  "types": "./types/citra.d.ts",
  "licence": "SEE LICENSE IN LICENSE.md",
  "bugs": {
    "url": "http://support.beinformed.com"
  },
  "scripts": {
    "lint": "eslint \"./{lib,test}/**/*.js\"",
    "prettier": "prettier --write \"./{lib,test,types}/**/*.{js,ts}\"",
    "test": "mocha --slow 2000 --recursive",
    "test:ci": "nyc --reporter=lcov mocha --slow 2000 --recursive --reporter=mocha-junit-reporter",
    "gen-docs": "npm run gen-docs-md && npm run gen-docs-html",
    "gen-docs-html": "typedoc types/citra.d.ts --out docs-html",
    "gen-docs-md": "typedoc types/citra.d.ts --plugin typedoc-plugin-markdown --out docs-md",
    "prepublishOnly": "npm run test",
    "release": "commit-and-tag-version",
    "beta-release": "commit-and-tag-version --prerelease beta",
    "prepare": "husky",
    "typescript": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://git.beinformed.com/public/nl.beinformed.bi.test.citra.git"
  },
  "files": [
    "README.md",
    "CHANGELOG.md",
    "LICENSE.md",
    "lib",
    "types"
  ],
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 18.0.0"
  },
  "dependencies": {
    "@apidevtools/json-schema-ref-parser": "^14.2.1",
    "chai": "^4.4.1",
    "chai-as-promised": "^7.1.2",
    "chai-datetime": "^1.8.1",
    "chai-subset": "~1.6.0",
    "chai-things": "~0.2.0",
    "chakram-beinformed": "^3.0.1",
    "chalk": "^4.1.2",
    "content-disposition": "^0.5.4",
    "form-data": "^4.0.5",
    "jsonschema": "^1.5.0",
    "lodash": "^4.17.23",
    "mime-types": "^3.0.2",
    "mocha-logger": "^1.0.8",
    "parse-multipart": "^1.0.4",
    "query-string": "^7.1.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@eslint/js": "^9.39.1",
    "@types/chai": "^5.2.3",
    "@types/chai-as-promised": "^8.0.2",
    "@types/chai-datetime": "^1.0.0",
    "@types/mocha": "^10.0.10",
    "@types/node-fetch": "^2.6.13",
    "@types/tough-cookie": "^4.0.5",
    "commit-and-tag-version": "^12.7.1",
    "commit-template": "~1.0.0",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-formatter-checkstyle": "^9.0.1",
    "eslint-plugin-mocha": "^11.2.0",
    "eslint-plugin-prettier": "^5.5.5",
    "globals": "^16.4.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.4.0",
    "mocha": "^11.7.5",
    "mocha-junit-reporter": "^2.2.1",
    "mocha-multi-reporters": "^1.5.1",
    "mochawesome": "^7.1.4",
    "nyc": "^17.1.0",
    "prettier": "^3.8.1",
    "proxyquire": "~2.1.3",
    "sinon": "^21.0.3",
    "typedoc": "^0.28.18",
    "typedoc-plugin-markdown": "^4.11.0",
    "typescript": "^5.9.3"
  }
}
