UNPKG

yakbak-enhanced

Version:

Record and playback HTTP responses

44 lines (43 loc) 936 B
{ "name": "yakbak-enhanced", "version": "5.0.1-m1", "description": "Record and playback HTTP responses", "main": "index.js", "scripts": { "lint": "eslint cli.js index.js lib test", "test": "nyc mocha" }, "keywords": [ "http", "https", "record", "playback", "mock", "service", "vcr" ], "repository": { "type": "git", "url": "git@github.com:monster910/yakbak.git" }, "bin": "./cli.js", "author": "Jeremy Ruppel", "license": "MIT", "devDependencies": { "eslint": "^8.4.1", "eslint-config-flickr": "^3.0.0", "mocha": "^9.1.3", "nyc": "^15.1.0", "os-tmpdir": "^2.0.0", "rimraf": "^3.0.2", "semver": "^7.3.5", "supertest": "^6.1.6" }, "dependencies": { "bluebird": "^3.7.2", "debug": "^4.3.3", "ejs": "^3.1.6", "incoming-message-hash": "^4.0.0", "mkdirp": "^1.0.4" } }