forked from sws2apps/sws2apps-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.66 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "sws2apps-api",
"version": "2.85.0",
"description": "Node apps to handle backend operations for all sws2apps services",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon --inspect index.js",
"start": "cross-env NODE_ENV=production node index.js",
"setup:emulators": "firebase init emulators",
"start:emulators": "firebase emulators:start"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "module",
"eslintConfig": {
"extends": [
"react-app"
]
},
"engines": {
"node": ">=18 <21",
"npm": ">=10"
},
"dependencies": {
"@crowdin/crowdin-api-client": "^1.28.2",
"@logtail/node": "^0.4.17",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"cryptr": "^6.3.0",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"express-validator": "^7.0.1",
"firebase-admin": "^12.0.0",
"geoip-lite": "^1.4.9",
"global-jsdom": "^9.2.0",
"helmet": "^7.1.0",
"i18next": "^23.7.15",
"is-online": "^10.0.0",
"jsdom": "^23.0.1",
"node-2fa": "^2.0.3",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.12",
"nodemailer": "^6.9.8",
"nodemailer-express-handlebars": "^6.1.0",
"otpauth": "^9.2.1",
"randomstring": "^1.3.0",
"request-ip": "^3.3.0",
"serve-favicon": "^2.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sws2apps/sws2apps-api.git"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-react-app": "^7.0.1",
"nodemon": "^3.0.2",
"semantic-release": "^22.0.12"
}
}