UNPKG

simple-vcr

Version:

SimpleVCR is a HTTP request interceptor that records and replays HTTP requests for testing.

61 lines (60 loc) 1.28 kB
{ "name": "simple-vcr", "version": "0.0.2", "description": "SimpleVCR is a HTTP request interceptor that records and replays HTTP requests for testing.", "main": "dist/index.js", "type": "module", "repository": { "url": "https://github.com/bryannbarbosa/simple-vcr-node" }, "module": "dist/index.es.js", "scripts": { "build": "rollup -c", "test": "jest --coverage" }, "keywords": [ "simplecov", "vcr", "http", "interceptor", "testing", "jest", "nock", "record", "replay", "mock", "stub", "httpclient", "httprequest", "httpresponse", "httpinterceptor", "httpintercept", "httpintercepter", "httpintercepteur" ], "authors": [ "bryann.barbosa", "luc.emanuel", "pedrobrun" ], "license": "MIT", "devDependencies": { "@rollup/plugin-alias": "^5.0.1", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@types/jest": "^29.5.6", "@types/node": "^20.8.7", "jest": "^29.7.0", "rollup": "^4.1.4", "rollup-plugin-typescript2": "^0.36.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2" }, "dependencies": { "app-root-path": "^3.1.0", "nock": "^13.3.4" }, "files": [ "dist" ] }