UNPKG

@elysiajs/bearer

Version:

Elysia Pplugin for retreiving Bearer token

51 lines (50 loc) 1.57 kB
{ "name": "@elysiajs/bearer", "version": "1.4.4", "description": "Elysia Pplugin for retreiving Bearer token", "license": "MIT", "scripts": { "dev": "bun run --watch example/index.ts", "test": "bun test && npm run test:node", "test:node": "npm install --prefix ./test/node/cjs/ && npm install --prefix ./test/node/esm/ && node ./test/node/cjs/index.js && node ./test/node/esm/index.js", "build": "bun build.ts", "release": "npm run build && npm run test && npm publish --access public" }, "peerDependencies": { "elysia": ">= 1.4.3" }, "devDependencies": { "@types/bun": "1.3.1", "elysia": "1.4.19", "eslint": "^9.38.0", "tsup": "^8.5.0", "typescript": "^5.9.3" }, "main": "./dist/cjs/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/cjs/index.js" } }, "keywords": [ "elysia", "bearer", "authentication" ], "repository": { "type": "git", "url": "https://github.com/elysiajs/elysia-bearer" }, "author": { "name": "saltyAom", "url": "https://github.com/SaltyAom", "email": "saltyaom@gmail.com" }, "homepage": "https://github.com/elysiajs/elysia-bearer", "bugs": "https://github.com/elysiajs/elysia-bearer/issues" }