@onion-interceptor/pipes
Version:
onion-interceptor pipes
52 lines (51 loc) • 1.08 kB
JSON
{
"name": "@onion-interceptor/pipes",
"version": "1.0.5",
"type": "module",
"description": "onion-interceptor pipes",
"homepage": "https://coverjs.github.io/onion-interceptor/",
"repository": {
"type": "git",
"url": "https://github.com/coverjs/onion-interceptor"
},
"bugs": {
"url": "https://github.com/coverjs/onion-interceptor/issues"
},
"module": "dist/index.js",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"prebuild": "rimraf dist",
"build": "vite build --config vite.config.ts"
},
"keywords": [
"onion-pipes",
"interceptor",
"pipes",
"rxjs",
"operators",
"middleware",
"flow-control",
"error-handling",
"data-transform",
"http",
"ajax"
],
"author": "EricWXY",
"peerDependencies": {
"onion-interceptor": "^1.0.5"
},
"license": "MIT"
}