{
	"name": "lucia",
	"version": "3.0.1",
	"description": "A simple and flexible authentication library",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"module": "dist/index.js",
	"type": "module",
	"files": [
		"/dist/",
		"CHANGELOG.md"
	],
	"scripts": {
		"build": "shx rm -rf ./dist/* && tsc",
		"auri.build": "pnpm build",
		"test": "vitest run",
		"test.debug": "vitest run src/utils/debug.test.ts"
	},
	"keywords": [
		"lucia",
		"lucia-auth",
		"authentication",
		"auth"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/pilcrowOnPaper/lucia",
		"directory": "packages/lucia"
	},
	"author": "pilcrowonpaper",
	"license": "MIT",
	"devDependencies": {
		"@types/node": "^18.6.2",
		"prettier": "^2.3.0",
		"vitest": "^0.33.0"
	},
	"dependencies": {
		"oslo": "1.0.1"
	}
}
