UNPKG

@authup/core-http-kit

Version:

Package containing global constants, types & interfaces.

81 lines (80 loc) 2.34 kB
{ "name": "@authup/core-http-kit", "type": "module", "version": "1.0.0-beta.39", "description": "Package containing global constants, types & interfaces.", "license": "Apache-2.0", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" } }, "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json", "build:js": "tsdown", "build": "rimraf ./dist && npm run build:js && npm run build:types", "test": "cross-env NODE_ENV=test vitest run test/unit", "test:coverage": "cross-env NODE_ENV=test vitest run --coverage" }, "engines": { "node": "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0" }, "keywords": [ "auth", "authentication", "authorization", "http-client", "api-client", "oauth2", "token", "bearer", "sdk", "rest" ], "author": { "name": "Peter Placzek", "email": "contact@tada5hi.net", "url": "https://github.com/tada5hi" }, "repository": { "type": "git", "url": "git+https://github.com/authup/authup.git", "directory": "packages/core-http-kit" }, "bugs": { "url": "https://github.com/authup/authup/issues" }, "homepage": "https://github.com/authup/authup#readme", "dependencies": { "@hapic/oauth2": "^3.2.0", "@hapic/vault": "^2.3.11", "@posva/event-emitter": "^1.0.3", "hapic": "^2.5.1", "rapiq": "^0.9.0" }, "devDependencies": { "@authup/access": "^1.0.0-beta.39", "@authup/errors": "^1.0.0-beta.39", "@authup/kit": "^1.0.0-beta.39", "@authup/core-kit": "^1.0.0-beta.39", "@authup/specs": "^1.0.0-beta.39", "vitest": "^4.0.14" }, "peerDependencies": { "@authup/access": "^1.0.0-beta.39", "@authup/errors": "^1.0.0-beta.39", "@authup/kit": "^1.0.0-beta.39", "@authup/core-kit": "^1.0.0-beta.39", "@authup/specs": "^1.0.0-beta.39" }, "publishConfig": { "access": "public" } }