@bitblit/ratchet-warden-common
Version:
Typescript library to simplify using simplewebauthn and secondary auth methods over GraphQL
58 lines • 1.31 kB
JSON
{
"name": "@bitblit/ratchet-warden-common",
"version": "5.1.697-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": {
"@bitblit/ratchet-common": "5.1.697-alpha",
"@simplewebauthn/browser": "13.1.2",
"jwt-decode": "4.0.0"
},
"peerDependencies": {
"@bitblit/ratchet-common": "^5.1.697-alpha",
"@simplewebauthn/browser": "^13.1.2",
"jwt-decode": "^4.0.0"
}
}