-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 941 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@snapauth/node-sdk",
"version": "0.2.0",
"description": "SnapAuth official SDK - server component for passkey and webauthn integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"2fa",
"fido",
"mfa",
"passkeys",
"snapauth",
"u2f",
"webauthentication",
"webauthn"
],
"author": "",
"homepage": "https://www.snaputh.app",
"bugs": {
"url": "https://github.com/snapauthapp/sdk-node/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snapauthapp/sdk-node.git"
},
"license": "BSD-3-Clause",
"files": [
"dist"
],
"devDependencies": {
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}