@block-auth.io/blockauth-sdk
Version:
Block-Auth Auth SDK is a SaaS service blockchain based authentication service. It provides a simple and secure way to authenticate users in your application.
84 lines (83 loc) • 2.62 kB
JSON
{
"name": "@block-auth.io/blockauth-sdk",
"version": "0.1.16",
"description": "Block-Auth Auth SDK is a SaaS service blockchain based authentication service. It provides a simple and secure way to authenticate users in your application.",
"main": "lib/index.js",
"scripts": {
"build": "tsc -b",
"lint": "eslint \"src/*.{ts,tsx}\" \"src/**/*.{ts,tsx}\" \"__tests__/**/*test*.{ts,js}\"",
"lint:fix": "eslint --fix \"src/*.{ts,tsx}\" \"src/**/*.{ts,tsx}\" \"__tests__/**/*test*.{ts,js}\"",
"format": "prettier --write \"src/*.{ts,tsx}\" \"src/**/*.{ts,tsx}\" \"__tests__/**/*test*.{ts,js}\" --config \".prettier.json\"",
"test": "npm run build && jest --collectCoverage --coverageDirectory=\".coverage/\" --ci --reporters=default --reporters=jest-junit --watchAll=false --detectOpenHandles --forceExit",
"ci": "npm run build && npm run lint && npm run format && npm run test && npm pack",
"clean": "npx rm -rf lib dist dist-stories dist-docs .coverage *.tgz package-lock.json yarn.lock junit.xml node_modules",
"cleanrm": "rm -rf lib dist dist-stories dist-docs .coverage *.tgz package-lock.json yarn.lock junit.xml node_modules"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/blockauthio/blockauth-sdk.git"
},
"keywords": [
"blockauth",
"block-auth.io",
"auth",
"authentication",
"blockchain",
"blockchain-based",
"blockchain-based-authentication",
"otp",
"ldap",
"saml",
"oauth",
"oauth2",
"openid",
"openid-connect",
"2fa",
"websocket",
"rpc",
"2-factor-authentication",
"2fa-authentication",
"passwordless",
"passwordless-authentication",
"library",
"sdk",
"protocol",
"js",
"javascript",
"ts",
"typescript"
],
"author": "netzulo",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/blockauthio/blockauth-sdk/-/issues"
},
"homepage": "https://gitlab.com/blockauthio/blockauth-sdk/-/blob/main/README.md",
"files": [
"lib/**/*"
],
"dependencies": {
"axios": "0.27.2",
"crypto-js": "^4.2.0",
"js-sha256": "^0.9.0",
"socket.io-client": "^4.7.1"
},
"devDependencies": {
"@types/jest": "27.5.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.1.0",
"jest": "28.1.0",
"jest-junit": "^16.0.0",
"prettier": "2.6.2",
"ts-jest": "28.0.2",
"typescript": "^4.6.4"
},
"publishConfig": {
"access": "public"
},
"directories": {
"lib": "lib"
}
}