UNPKG

@authup/kit

Version:

A Package containing general (context independent) utilities.

62 lines (61 loc) 1.64 kB
{ "name": "@authup/kit", "version": "1.0.0-beta.26", "description": "A Package containing general (context independent) utilities.", "license": "Apache-2.0", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json", "build:js": "rollup -c", "build": "rimraf ./dist && cross-env NODE_ENV=production npm run build:js && npm run build:types", "build:watch": "npm run build -- --watch" }, "keywords": [ "auth", "module", "typescript", "template", "auth-template", "oauth2", "oauth2-client", "ability", "permission", "header", "bearer", "basic" ], "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/kit" }, "bugs": { "url": "https://github.com/authup/authup/issues" }, "homepage": "https://github.com/authup/authup#readme", "dependencies": { "destr": "^2.0.3", "nanoid": "^3.3.8" }, "publishConfig": { "access": "public" } }