{
	"name": "@ctx-core/auth0",
	"version": "40.1.298",
	"description": "ctx-core auth0",
	"keywords": [
		"ctx-core",
		"auth0"
	],
	"homepage": "https://github.com/ctx-core/auth0#readme",
	"bugs": {
		"url": "https://github.com/ctx-core/auth0/issues"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/ctx-core/auth0.git"
	},
	"license": "Apache-2.0",
	"author": {
		"name": "Brian Takita",
		"url": "https://briantakita.me",
		"email": "info+ctx-core-auth0@briantakita.me"
	},
	"type": "module",
	"files": [
		"*.d.ts",
		"*.js",
		"*.json",
		"_types",
		"auth0__Authorization__validation_pair",
		"auth0__authorization__verify",
		"auth0__bad_gateway",
		"auth0__body",
		"auth0__change_password__opened",
		"auth0__change_password__POST__fetch",
		"auth0__change_password__validate",
		"auth0__close",
		"auth0__closed",
		"auth0__dbconnections_change_password__POST__fetch",
		"auth0__dbconnections_signup__GET__fetch",
		"auth0__email",
		"auth0__email__validate",
		"auth0__env__validate",
		"auth0__forgot_password__check_email__open",
		"auth0__forgot_password__check_email__opened",
		"auth0__forgot_password__open",
		"auth0__forgot_password__opened",
		"auth0__forgot_password__validate",
		"auth0__in__token",
		"auth0__init",
		"auth0__is_loggedin",
		"auth0__is_loggedout",
		"auth0__jwt__expiration__is_valid",
		"auth0__jwt__expiration__validate",
		"auth0__login__open",
		"auth0__login__opened",
		"auth0__logout__msg",
		"auth0__oauth_token__POST__fetch",
		"auth0__opened",
		"auth0__opened__class",
		"auth0__password_confirmation__validate",
		"auth0__passwordless_start__POST__fetch",
		"auth0__signup__open",
		"auth0__signup__opened",
		"auth0__signup__validate",
		"auth0__token",
		"auth0__token__clear",
		"auth0__token__error",
		"auth0__token__error__clear",
		"auth0__token__error__logout",
		"auth0__token__error_txt",
		"auth0__token__is_valid",
		"auth0__token__json",
		"auth0__token__logout",
		"auth0__token__set",
		"auth0__token__validate",
		"auth0__unauthorized",
		"auth0__user__validate",
		"auth0__user_id",
		"auth0__userinfo",
		"auth0__userinfo__GET__fetch",
		"auth0__userinfo_o",
		"auth0__userinfo_token",
		"auth0__v2__url",
		"AUTH0_CLIENT_ID",
		"AUTH0_CLIENT_SECRET",
		"AUTH0_DOMAIN",
		"AUTH0_URL",
		"header__access_token",
		"header__access_token__verify",
		"jwks__json__GET__fetch",
		"password_realm__body"
	],
	"types": "./index.d.ts",
	"exports": {
		".": "./index.js",
		"./package.json": "./package.json"
	},
	"scripts": {
		"build": ":",
		"clean": ":",
		"exec": "$@",
		"prepublishOnly": "bun run clean && bun run build && bun run test && publint && attw --pack --ignore-rules cjs-resolves-to-esm",
		"test": "bun run test:types && bun run test:unit",
		"test:types": "tsc --noEmit",
		"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$' || exit 1",
		"disable:test:coverage": "c8 bun run test:unit || exit 1"
	},
	"dependencies": {
		"@ctx-core/email": "^9.2.13",
		"@ctx-core/jwt": "*",
		"@ctx-core/local-storage": "^11.1.13",
		"@types/auth0": "^3.3.11",
		"@types/auth0-js": "^9.21.6",
		"@types/jsonwebtoken": "^9.0.10",
		"auth0-js": "^9.30.1",
		"ctx-core": "*",
		"deep-equal": "^2.2.3",
		"jsonwebtoken": "^9.0.3"
	},
	"devDependencies": {
		"@ctx-core/btoa": "*",
		"@sinonjs/fake-timers": "^15.1.1",
		"@types/sinon": "^21.0.0",
		"@types/sinonjs__fake-timers": "^15.0.1",
		"c8": "^11.0.0",
		"sinon": "^21.0.2",
		"tsx": "^4.21.0",
		"typescript": "next",
		"uvu": "^0.5.6"
	},
	"publishConfig": {
		"access": "public"
	},
	"sideEffects": false
}
