UNPKG

@authxyz/core

Version:

Authxyz core package for authentication implementations and providers.

48 lines (47 loc) 1.2 kB
{ "name": "@authxyz/core", "description": "Authxyz core package for authentication implementations and providers.", "version": "2.0.5", "license": "MIT", "main": "dist/index.js", "type": "module", "homepage": "http://github.com/kisshan13/authxyz#readme", "bugs": "http://github.com/kisshan13/authxyz/issues", "author": { "name": "Kishan Sharma", "email": "kisshan07@outlook.com", "url": "https://github.com/kisshan13" }, "repository": { "type": "git", "url": "https://github.com/kisshan13/authxyz.git" }, "engines": { "node": ">=17.8.0" }, "scripts": { "dev": "tsc --watch", "clean": "rimraf ./dist", "build": "rimraf ./dist && tsc --incremental false" }, "keywords": [ "jwt-authentication", "cookies", "sessions", "third-party-auth", "authjs", "authorization" ], "dependencies": { "express": "^4.18.3", "jsonwebtoken": "^9.0.2", "moment": "^2.30.1" }, "devDependencies": { "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.6", "@types/node": "^20.11.24", "rimraf": "^5.0.5", "typescript": "^5.3.3" } }