UNPKG

@coolio/auth-interceptor

Version:
54 lines (53 loc) 1.59 kB
{ "name": "@coolio/auth-interceptor", "version": "3.2.4", "description": "Authentication interceptor for Coolio", "keywords": [ "auth", "authentication", "interceptor", "coolio", "http" ], "author": "Krzysztof Miemiec <krzysztof.miemiec@gmail.com>", "homepage": "https://github.com/headline-1/coolio/tree/master/packages/auth-interceptor#readme", "license": "MIT", "main": "./dist/cjs/index.js", "module": "./dist/esm5/index.js", "es2015": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", "typesVersions": { "<3.7": { "dist/types/*": [ "dist/types-compat/*" ] } }, "sideEffects": false, "scripts": { "compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.esm5.json ./tsconfig.types.json && yarn compile:types-compat", "compile:types-compat": "downlevel-dts ./dist/types ./dist/types-compat", "compile:watch": "tsc-watch -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.esm5.json ./tsconfig.types.json --noClear --onSuccess 'yarn compile:types-compat'", "docs": "rimraf ../../docs/auth-interceptor/api && typedoc src" }, "files": [ "dist/**/!(*.tsbuildinfo)" ], "publishConfig": { "access": "public" }, "peerDependencies": { "@coolio/http": "*" }, "devDependencies": { "@coolio/http": "^3.2.4" }, "repository": { "type": "git", "url": "git+https://github.com/headline-1/coolio.git" }, "bugs": { "url": "https://github.com/headline-1/coolio/issues" }, "gitHead": "a7c35d70ec9f73a23d4309db3f74ae9b2ff25d49" }