-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.37 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
{
"author": {
"email": "[email protected]",
"name": "Abner Rodrigues",
"url": "https://github.com/rodriguesabner"
},
"name": "server-wppconnect",
"version": "1.0.0",
"main": "./src/index.ts",
"license": "MIT",
"engines": {
"node": ">=14.16"
},
"scripts": {
"dev": "ts-node-dev --respawn src/index.ts"
},
"dependencies": {
"@wppconnect-team/wppconnect": "^1.16.1",
"awilix": "^7.0.3",
"awilix-express": "^7.0.0",
"axios": "^1.1.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"nanoid": "^4.0.0",
"pm2": "^5.2.0",
"query-string": "^7.1.1",
"socket.io": "^4.5.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/socket.io": "^3.0.2",
"@types/typescript": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-plugin-import": "^2.25.2",
"husky": "^8.0.1",
"jest": "^28.1.3",
"release-it": "^15.1.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "*"
}
}