UNPKG

@bitblit/ratchet-warden-server

Version:

Typescript library to simplify using simplewebauthn and secondary auth methods over GraphQL

69 lines 1.8 kB
{ "name": "@bitblit/ratchet-warden-server", "version": "5.1.122-alpha", "description": "Typescript library to simplify using simplewebauthn and secondary auth methods over GraphQL", "sideEffects": false, "type": "module", "files": [ "lib/**", "bin/**" ], "exports": { "./package.json": "./package.json", "./*": { "types": "./lib/*.d.ts", "import": "./lib/*.js" } }, "contributors": [ "Christopher Weiss <bitblit@gmail.com>" ], "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "prettier": { "printWidth": 140, "singleQuote": true, "arrowParens": "always" }, "config": {}, "repository": { "type": "git", "url": "https://github.com/bitblit/Ratchet" }, "keywords": [ "warden", "simplewebauthn" ], "bugs": { "url": "https://github.com/bitblit/Ratchet/issues" }, "homepage": "https://github.com/bitblit/Ratchet#readme", "engines": { "node": ">=14.18" }, "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-s3": "3.918.0", "@aws-sdk/client-ses": "3.918.0", "@bitblit/ratchet-aws": "5.1.122-alpha", "@bitblit/ratchet-common": "5.1.122-alpha", "@bitblit/ratchet-node-only": "5.1.122-alpha", "@bitblit/ratchet-warden-common": "5.1.122-alpha", "@simplewebauthn/browser": "13.2.2", "@simplewebauthn/server": "13.2.2", "jsonwebtoken": "9.0.2" }, "peerDependencies": { "@aws-sdk/client-s3": "^3.918.0", "@aws-sdk/client-ses": "^3.918.0", "@bitblit/ratchet-aws": "5.1.122-alpha", "@bitblit/ratchet-common": "5.1.122-alpha", "@bitblit/ratchet-warden-common": "5.1.122-alpha", "@simplewebauthn/browser": "^13.2.2", "@simplewebauthn/server": "^13.2.2", "jsonwebtoken": "^9.0.2" } }