-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.48 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.48 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@ssofy/node-sdk",
"version": "2.4.3",
"description": "Official SSOfy Node.js SDK.",
"keywords": [
"ssofy",
"sso",
"login",
"auth",
"authentication",
"oauth",
"oauth2",
"sdk"
],
"license": "MIT",
"author": "SSOfy <support@ssofy.com>",
"homepage": "https://www.ssofy.com",
"repository": {
"type": "git",
"url": "https://github.com/ssofy/node-sdk.git"
},
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest --verbose"
},
"engines": {
"node": ">= 14.17.0"
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@openid/appauth": "^1.3.1",
"@ssofy/javascript-sdk": "^1.0.3",
"axios": "^1.4.0",
"handlebars": "^4.7.8"
},
"devDependencies": {
"@jest/globals": "^29.6.4",
"@mailchimp/mailchimp_transactional": "^1.0.50",
"@prisma/client": "^2.30.3",
"@redis/client": "^1.5.9",
"@sendgrid/mail": "^7.7.0",
"@types/jest": "^29.5.4",
"@types/mailgun-js": "^0.22.13",
"@types/node": "^18.17.11",
"@types/nodemailer": "^6.4.9",
"@types/pg": "^8.10.2",
"@vonage/server-sdk": "^3.9.1",
"aws-sdk": "^2.1445.0",
"jest": "^29.6.4",
"mailgun.js": "^9.2.1",
"mongodb": "^5.8.1",
"mongoose": "^7.4.5",
"mysql2": "^3.6.0",
"nodemailer": "^6.9.4",
"pg": "^8.11.3",
"sequelize": "^6.32.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"twilio": "^4.16.0",
"typescript": "^4.9.5"
}
}