-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 868 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
{
"name": "@hyperteksolutions/hyperauth",
"version": "1.0.5",
"description": "Helper Library for HyperAuth, a MFA service",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"repository": "git://github.com/hyperteksolutions/hyperauth.git",
"keywords": [
"mfa",
"hypertek",
"solutions",
"Hypertek Solutions",
"2fa",
"nodejs",
"mfa",
"2 factor authentication",
"multi factor authentication"
],
"author": "Hypertek <contact@hypertek.dev> (https://hypertek.dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyperteksolutions/hyperauth/issues"
},
"homepage": "https://github.com/hyperteksolutions/hyperauth",
"engines": {
"node": ">=16.*"
},
"dependencies": {
"axios": "^0.26.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}