{
  "name": "tape-nock",
  "description": "Automatically record and playback HTTP calls for each tape test.",
  "version": "1.7.0",
  "author": "Dan Flettre <fletd01@yahoo.com>",
  "bugs": {
    "url": "https://github.com/Flet/tape-nock/issues"
  },
  "devDependencies": {
    "axios": "^1.6.2",
    "np": "^9.0.0",
    "request": "^2.88.2",
    "standard": "17.1.0",
    "tap-spec": "^5.0.0",
    "tape": "^5.7.2",
    "tape-async": "^2.3.0"
  },
  "homepage": "https://github.com/Flet/tape-nock",
  "keywords": [
    "fixtures",
    "http",
    "nock",
    "playback",
    "record",
    "tape",
    "test"
  ],
  "license": "ISC",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Flet/tape-nock.git"
  },
  "scripts": {
    "test": "npm run test:generic && npm run test:only && standard",
    "test:generic": "tape test/*.js | tap-spec",
    "test:only": "tape test/only/*.js | tap-spec",
    "publish": "np"
  },
  "dependencies": {
    "@types/nock": "^11.1.0",
    "@types/tape": "^5.6.4",
    "nock": "^13.4.0",
    "sanitize-filename": "^1.6.3"
  },
  "engines": {
    "node": ">= 6"
  },
  "contributors": [
    "Arandjel Sarenac <arandjel.sarenac@gmail.com>"
  ],
  "typings": "index.d.ts",
  "config": {
    "nyc": {
      "exclude": [
        "node_modules/**",
        "test/**"
      ]
    }
  }
}
