UNPKG

@toruslabs/openlogin-jrpc

Version:

OpenLogin is a plug & play authentication suite that combines the simplicity of passwordless authentication with the security of non-custodial public key infrastructure (PKI).

65 lines (64 loc) 1.77 kB
{ "name": "@toruslabs/openlogin-jrpc", "version": "8.3.0", "homepage": "https://github.com/torusresearch/OpenLoginSdk#readme", "license": "ISC", "main": "dist/openloginJrpc.cjs.js", "module": "dist/openloginJrpc.esm.js", "unpkg": "dist/openloginJrpc.umd.min.js", "jsdelivr": "dist/openloginJrpc.umd.min.js", "types": "dist/types/index.d.ts", "author": "Torus Labs", "scripts": { "start": "cross-env FORCE_COLOR=1 torus-scripts start", "test": "mocha --config ../../.mocharc.json test/**.ts", "test-debugger": "mocha --config ../../.mocharc.json --inspect-brk test/**.ts", "dev": "rimraf dist/ && cross-env NODE_ENV=development torus-scripts build", "build": "torus-scripts build", "lint": "eslint --fix 'src/**/*.ts'", "prepack": "npm run build", "pre-commit": "lint-staged --cwd ." }, "dependencies": { "end-of-stream": "^1.4.4", "events": "^3.3.0", "fast-safe-stringify": "^2.1.1", "once": "^1.4.0", "pump": "^3.0.0", "readable-stream": "^4.5.2" }, "devDependencies": { "@types/end-of-stream": "^1.4.4", "@types/once": "^1.4.4", "@types/pump": "^1.1.3", "@types/readable-stream": "^4.0.11" }, "peerDependencies": { "@babel/runtime": "7.x" }, "files": [ "dist" ], "lint-staged": { "!(*d).ts": [ "eslint --cache --fix", "prettier --write" ] }, "repository": { "type": "git", "url": "git+https://github.com/torusresearch/OpenLoginSdk.git" }, "bugs": { "url": "https://github.com/torusresearch/OpenLoginSdk/issues" }, "keywords": [], "publishConfig": { "access": "public" }, "engines": { "node": ">=18.x", "npm": ">=9.x" }, "gitHead": "63468c0ec59767fdde8b7caa8de9f7b95c6ab550" }