-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.48 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
{
"version": "0.0.1",
"main": "build/src/server.ts",
"author": "icleitoncosta",
"scripts": {
"dev": "nodemon",
"build": "tsoa spec-and-routes && tsc",
"start": "node build/src/server.js",
"build:swagger": "tsoa spec-and-routes"
},
"dependencies": {
"@wppconnect-team/wppconnect": "1.27.3",
"archiver": "^5.3.2",
"axios": "^1.4.0",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"debug": "^4.3.7",
"express": "^4.18.2",
"file-type": "16.5.4",
"globby": "11.1.0",
"memfs": "^3.5.3",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"pino": "^8.14.1",
"pino-http": "^8.3.3",
"pino-pretty": "^10.0.1",
"qrcode": "^1.5.4",
"swagger-ui-express": "^4.6.3",
"tsoa": "^4.1.3",
"unzipper": "^0.10.14",
"uuid": "^9.0.1",
"vcf": "^2.1.2"
},
"devDependencies": {
"@types/archiver": "^5.3.4",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.17",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/node": "^18.16.19",
"@types/qrcode": "^1.5.5",
"@types/swagger-ui-express": "^4.1.7",
"@types/unzipper": "^0.10.6",
"@types/uuid": "^9.0.8",
"@types/vcf": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"concurrently": "^7.6.0",
"eslint": "^8.44.0",
"nodemon": "^2.0.22",
"prettier": "2.8.8",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
}
}