{
  "name": "mocha-cassettes",
  "version": "1.3.0",
  "description": "Record HTTP interactions in your Mocha tests",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "github:bodrovis/mocha-cassettes"
  },
  "keywords": [
    "vcr",
    "mocha",
    "test",
    "record",
    "http",
    "cassettes"
  ],
  "scripts": {
    "build": "tsc",
    "test": "tsc && ts-mocha -p tsconfig.json --type-check --recursive test/**/*.spec.ts --timeout 5000"
  },
  "dependencies": {
    "mocha": "^10.0.0",
    "nock": "^13.0.6",
    "rimraf": "^5.0.1",
    "sanitize-filename": "^1.6.1"
  },
  "devDependencies": {
    "@types/chai": "^4.2.18",
    "@types/expect": "^24.3.0",
    "@types/express": "^4.17.11",
    "@types/mocha": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^6.4.1",
    "@typescript-eslint/parser": "^6.4.1",
    "axios": "^1.0.0",
    "chai": "^4.3.4",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.0.0",
    "express": "^4.16.4",
    "prettier": "^3.0.2",
    "source-map-support": "^0.5.19",
    "ts-mocha": "^10.0.0",
    "typescript": "^5.1.6"
  },
  "directories": {
    "lib": "./src",
    "test": "./test"
  },
  "homepage": "https://github.com/bodrovis/mocha-cassettes#readme",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "maintainers": [
    {
      "name": "Ilya Krukowski"
    },
    {
      "name": "Roman Kutanov"
    }
  ],
  "bugs": {
    "url": "https://github.com/bodrovis/mocha-cassettes/issues",
    "email": "golosizpru@gmail.com"
  },
  "engines": {
    "node": ">= 10"
  }
}
