cf-auth0
Version:
🔐 Auth0 Client on Cloudflare Pages
88 lines (87 loc) • 2.54 kB
JSON
{
"name": "cf-auth0",
"version": "0.6.3",
"description": "🔐 Auth0 Client on Cloudflare Pages",
"main": "dist/index.js",
"type": "module",
"files": [
"dist",
"!**/*.test.*"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"default": "./dist/index.js"
}
},
"prettier": "@jill64/prettier-config",
"scripts": {
"dev": "vite dev",
"build": "vite build && bun run package",
"preview": "bun run build && vite preview",
"prepack": "bun run build",
"package": "svelte-kit sync && bunx @sveltejs/package && bunx publint",
"check": "svelte-kit sync && bunx svelte-check",
"lint": "bun run check && eslint .",
"format": "bunx psvx",
"test": "bun test **/*test.ts",
"test:e2e": "playwright test"
},
"devDependencies": {
"@jill64/eslint-config-svelte": "2.2.1",
"@jill64/npm-demo-layout": "2.0.15",
"@jill64/playwright-config": "3.0.0",
"@jill64/prettier-config": "1.0.0",
"@jill64/sentry-sveltekit-cloudflare": "2.0.6",
"@playwright/test": "1.51.0",
"@sveltejs/adapter-cloudflare": "5.0.3",
"typescript": "5.8.2",
"svelte": "5.23.0",
"@sveltejs/kit": "2.19.0",
"vite": "6.2.1",
"@types/bun": "1.2.5",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@types/semver": "7.5.8",
"@types/ms": "2.1.0",
"@types/jws": "3.2.10",
"@types/lodash.isnumber": "3.0.9",
"@types/lodash.isplainobject": "4.0.9",
"@types/lodash.clonedeep": "4.5.9",
"@cloudflare/workers-types": "4.20250310.0",
"dotenv": "16.4.7",
"eslint": "9.22.0"
},
"dependencies": {
"@jill64/attempt": "1.1.5",
"lodash.isnumber": "3.0.3",
"lodash.isplainobject": "4.0.6",
"ms": "2.1.3",
"semver": "7.7.1",
"jose": "6.0.10",
"lru-cache": "11.0.2",
"lodash.clonedeep": "4.5.0"
},
"homepage": "https://github.com/jill64/cf-auth0#readme",
"author": {
"name": "jill64",
"email": "contact@jill64.dev",
"url": "https://github.com/jill64",
"image": "https://avatars.githubusercontent.com/u/143883742?v=4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jill64/cf-auth0.git",
"image": "https://opengraph.githubassets.com/61fc8f9d47b847383dd696d1d94329cc44ac44d0215c8d7af8368da0744744c0/jill64/cf-auth0"
},
"license": "MIT",
"bugs": "https://github.com/jill64/cf-auth0/issues",
"keywords": [
"auth0",
"authentication",
"cloudflare",
"jwt",
"library",
"pages"
]
}