@pollyjs/persister-rest
Version:
REST persister for @pollyjs
53 lines (52 loc) • 1.32 kB
JSON
{
"name": "@pollyjs/persister-rest",
"version": "6.0.6",
"description": "REST persister for @pollyjs",
"main": "dist/cjs/pollyjs-persister-rest.js",
"module": "dist/es/pollyjs-persister-rest.js",
"browser": "dist/umd/pollyjs-persister-rest.js",
"types": "types.d.ts",
"files": [
"src",
"dist",
"types.d.ts"
],
"repository": "https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister-rest",
"license": "Apache-2.0",
"contributors": [
{
"name": "Jason Mitchell",
"email": "jason.mitchell.w@gmail.com"
},
{
"name": "Offir Golan",
"email": "offirgolan@gmail.com"
}
],
"keywords": [
"polly",
"pollyjs",
"record",
"replay",
"rest",
"persister"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup -c ../../../scripts/rollup/default.config.js",
"test:build": "rollup -c rollup.config.test.js",
"test:build:watch": "rollup -c rollup.config.test.js -w",
"build:watch": "yarn build -w",
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
},
"dependencies": {
"@pollyjs/persister": "^6.0.6",
"@pollyjs/utils": "^6.0.6"
},
"devDependencies": {
"rollup": "^1.14.6"
},
"gitHead": "37eccf2ba701934369fdfaed1f6604c7b849af27"
}