-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 832 Bytes
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": "fluxync-api-gateway",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "./src/Main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"dev": "nodemon ."
},
"author": "Asadaaaaa",
"license": "ISC",
"dependencies": {
"ajv": "^8.12.0",
"cluster": "^0.7.7",
"cors": "^2.8.5",
"decimal.js": "^10.4.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"file-type": "^18.2.1",
"fs-extra": "^11.1.1",
"jimp": "^0.22.12",
"jsonwebtoken": "^9.0.0",
"md5": "^2.3.0",
"morgan": "^1.10.0",
"mysql2": "^3.2.0",
"nanoid": "^4.0.2",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.22",
"pdf-lib": "^1.17.1",
"puppeteer": "^21.3.8",
"qrcode": "^1.5.4",
"sequelize": "^6.30.0"
}
}