-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "mk_api_whatsapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node -r sucrase/register ./src/server.js",
"build": "sucrase ./src -d ./dist --transforms imports"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"connect-flash": "^0.1.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"form-data": "^4.0.0",
"mariadb": "^3.3.1",
"moment": "^2.30.1",
"mysql2": "^3.10.1",
"ngrok": "^5.0.0-beta.2",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.14",
"sdk-node-apis-efi": "^1.1.2",
"sequelize": "^6.37.3",
"ssh2-sftp-client": "^11.0.0",
"sucrase": "^3.35.0",
"whatsapp": "^0.0.5-Alpha"
},
"devDependencies": {
"@types/ssh2-sftp-client": "^9.0.4",
"nodemon": "^3.1.4",
"sequelize-cli": "^6.6.2"
}
}