UNPKG

auth-vir

Version:

Auth made easy and secure via JWT cookies, CSRF tokens, and password hashing helpers.

76 lines (75 loc) 2.44 kB
{ "name": "auth-vir", "version": "5.2.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", "init": "node -e \"require('fs').rmSync('src/generated', { recursive: true, force: true })\" && prisma generate --no-hints --schema test-files/schema.prisma", "test": "runstorm --names web,node, \"npm run test:web\" \"npm run test:node\"", "test:docs": "virmator docs check", "test:node": "virmator test node 'src/**/*.test.node.ts'", "test:update": "npm test update", "test:web": "virmator test web" }, "dependencies": { "@augment-vir/assert": "^31.68.2", "@augment-vir/common": "^31.68.2", "date-vir": "^8.2.1", "detect-activity": "^1.0.0", "hash-wasm": "^4.12.0", "jose": "^6.2.1", "object-shape-tester": "^6.11.0", "type-fest": "^5.4.4", "url-vir": "^2.1.7" }, "devDependencies": { "@augment-vir/test": "^31.68.2", "@prisma/client": "^6.19.2", "@types/node": "^25.5.0", "@web/dev-server-esbuild": "^1.0.5", "@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", "prisma-vir": "^2.3.3", "typedoc": "^0.28.17", "typescript": "^5.9.3" }, "engines": { "node": ">=22" }, "publishConfig": { "access": "public" } }