auth-vir
Version:
Auth made easy and secure via JWT cookies, CSRF tokens, and password hashing helpers.
70 lines (69 loc) • 2.03 kB
JSON
{
"name": "auth-vir",
"version": "1.3.0",
"description": "Auth made easy and secure via JWT cookies, CSRF tokens, and password hashing helpers.",
"keywords": [
"auth",
"jwt",
"csrf",
"hash",
"password",
"secure",
"cookie"
],
"homepage": "https://github.com/electrovir/auth-vir",
"bugs": {
"url": "https://github.com/electrovir/auth-vir/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electrovir/auth-vir.git"
},
"license": "(MIT or CC0 1.0)",
"author": {
"name": "electrovir",
"url": "https://github.com/electrovir"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "bin.js",
"scripts": {
"build": "virmator frontend build",
"compile": "virmator compile",
"docs": "virmator docs",
"start": "virmator frontend",
"test": "virmator test web",
"test:coverage": "npm run test coverage",
"test:docs": "virmator docs check",
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^31.32.2",
"@augment-vir/common": "^31.32.2",
"date-vir": "^7.4.0",
"hash-wasm": "^4.12.0",
"jose": "^6.0.12",
"object-shape-tester": "^5.3.0",
"type-fest": "^4.41.0",
"url-vir": "^2.1.3"
},
"devDependencies": {
"@augment-vir/test": "^31.32.2",
"@web/dev-server-esbuild": "^1.0.4",
"@web/test-runner": "^0.20.2",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-playwright": "^0.11.1",
"@web/test-runner-visual-regression": "^0.10.0",
"istanbul-smart-text-reporter": "^1.1.5",
"markdown-code-example-inserter": "^3.0.3",
"typedoc": "^0.28.10"
},
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}