UNPKG

route-interceptor

Version:
35 lines 784 B
{ "name": "route-interceptor", "version": "0.1.3", "description": "A front-end generic route interceptor", "homepage": "https://github.com/suchangv/route-interceptor", "repository": { "type": "git", "url": "https://github.com/suchangv/route-interceptor" }, "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "plugins" ], "devDependencies": { "@rollup/plugin-typescript": "^8.3.3", "rollup": "^2.75.6", "tslib": "^2.4.0", "typescript": "^4.7.3" }, "keywords": [ "React", "Vue", "Router", "Interceptor" ], "author": "suchangv", "license": "MIT", "scripts": { "build": "rollup -c rollup.config.js", "demo:cra": "cd demo/cra && npm start" } }