-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
49 lines (49 loc) · 1.14 KB
/
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
48
49
{
"name": "vonage-node-code-snippets",
"version": "0.1.0",
"description": "Vonage Quickstart Samples for Node.js",
"keywords": [
"sms",
"voice",
"vonage",
"verify",
"2fa",
"phone numbers",
"code snippets"
],
"license": "MIT",
"author": "vonage",
"contributors": [
"Kelly J Andrews",
"Phil Leggetter",
"Tomomi Imura"
],
"main": "index.js",
"scripts": {
"eslint": "eslint",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@eslint/js": "9.12.0",
"@stylistic/eslint-plugin-js": "2.9.0",
"@vonage/auth": "1.12.0",
"@vonage/jwt": "1.11.0",
"@vonage/meetings": "1.11.0",
"@vonage/messages": "1.17.0",
"@vonage/number-insight-v2": "1.7.0",
"@vonage/server-client": "1.15.0",
"@vonage/server-sdk": "3.18.0",
"@vonage/subaccounts": "1.11.0",
"@vonage/verify2": "1.14.0",
"@vonage/voice": "1.15.0",
"body-parser": "^1.20.3",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-n": "17.10.3",
"express": "^4.21.0",
"globals": "15.10.0",
"jsonwebtoken": "9.0.2"
}
}