@toruslabs/customauth
Version:
CustomAuth login with torus to get user private key
94 lines (93 loc) • 2.46 kB
JSON
{
"name": "@toruslabs/customauth",
"version": "21.3.1",
"description": "CustomAuth login with torus to get user private key",
"main": "dist/lib.cjs/index.js",
"module": "dist/lib.esm/index.js",
"unpkg": "dist/customauth.umd.min.js",
"jsdelivr": "dist/customauth.umd.min.js",
"types": "dist/lib.cjs/types/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "torus-scripts build",
"start": "torus-scripts start",
"release": "torus-scripts release",
"lint:ts": "eslint --fix 'src/**/*.ts'",
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
},
"files": [
"dist",
"serviceworker"
],
"peerDependencies": {
"@babel/runtime": "^7.x",
"@sentry/core": "^9.x"
},
"peerDependenciesMeta": {
"@sentry/core": {
"optional": true
}
},
"dependencies": {
"@chaitanyapotti/register-service-worker": "^1.7.4",
"@toruslabs/broadcast-channel": "^12.0.0",
"@toruslabs/constants": "^15.0.0",
"@toruslabs/eccrypto": "^6.0.2",
"@toruslabs/fetch-node-details": "^15.0.0",
"@toruslabs/http-helpers": "^8.1.1",
"@toruslabs/metadata-helpers": "^7.0.2",
"@toruslabs/session-manager": "^4.0.2",
"@toruslabs/torus.js": "^16.0.0",
"base64url": "^3.0.1",
"bowser": "^2.11.0",
"deepmerge": "^4.3.1",
"events": "^3.3.0",
"loglevel": "^1.9.2"
},
"devDependencies": {
"@sentry/core": "^9.12.0",
"@toruslabs/config": "^3.1.0",
"@toruslabs/eslint-config-typescript": "^4.1.3",
"@toruslabs/torus-scripts": "^7.1.5",
"eslint": "^9.24.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"typed-emitter": "^2.1.0",
"typescript": "^5.8.3"
},
"author": "Torus Labs",
"license": "MIT",
"lint-staged": {
"!(*d).{js,ts}": [
"eslint --cache --fix",
"prettier --write"
],
"*.{json, md}": [
"prettier --write"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/torusresearch/CustomAuth.git"
},
"bugs": {
"url": "https://github.com/torusresearch/CustomAuth/issues"
},
"homepage": "https://github.com/torusresearch/CustomAuth#readme",
"keywords": [
"CustomAuth",
"customauth",
"torus-direct-auth",
"torus nodes",
"torus-embed",
"direct auth"
],
"engines": {
"node": ">=20.x",
"npm": ">=9.x"
}
}