UNPKG

@astro-auth/core

Version:

The core package of the Astro Auth library

44 lines (43 loc) 1.13 kB
{ "name": "@astro-auth/core", "version": "1.0.12", "description": "The core package of the Astro Auth library", "main": "dist/index.js", "type": "module", "author": "Osada Vidath <osadavidath@gmail.com>", "license": "MIT", "private": false, "files": [ "dist" ], "keywords": [ "astro-component", "astro-auth", "astro-auth-core" ], "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "dev": "rollup -c -w" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.3", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.2.0", "@rollup/plugin-typescript": "^8.3.1", "@types/jsonwebtoken": "^8.5.8", "astro": "^1.0.0-beta.20", "rollup": "^2.70.1", "rollup-plugin-dts": "^4.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.6.3" }, "dependencies": { "@astro-auth/types": "1.0.2", "ethers": "^5.6.6", "jsonwebtoken": "^8.5.1", "openid-client": "^5.1.5" } }