-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 851 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
43
44
45
46
47
{
"name": "smspva-client",
"version": "1.0.1",
"description": "API client for smspva.com",
"main": "index.js",
"scripts": {
"docs": "jsdoc2md lib/*.js index.js > api.md",
"test": "jest"
},
"author": "Nico Kokonas ([email protected])",
"license": "MIT",
"dependencies": {
"assert": "^2.0.0",
"got": "^9.4.0"
},
"keywords": [
"bots",
"automation",
"confirmation",
"activation",
"authentication",
"auth",
"code",
"pin",
"otp",
"login",
"security",
"number",
"phone",
"phone number",
"sms",
"smspva.com",
"smspva",
"2fac",
"2factor",
"2-fac",
"2-factor",
"2-step",
"2-FA"
],
"devDependencies": {
"jest": "^24.9.0",
"jsdoc": "^3.6.3",
"jsdoc-to-markdown": "^5.0.3",
"update-markdown-jsdoc": "^1.0.11"
}
}