forked from snowfluke/wagate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "wa-gate",
"version": "1.0.0",
"description": "Whatsapp gateway using express.js",
"main": "index.ts",
"scripts": {
"start": "tsc && node ./dist/index.js",
"dev": "nodemon index.ts",
"build": "tsc && cp .env dist/"
},
"engines": {
"node": ">=20"
},
"author": "Awal Ariansyah",
"license": "MIT",
"dependencies": {
"compression": "^1.7.4",
"dotenv": "^16.4.3",
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
"fs": "0.0.1-security",
"helmet": "^7.1.0",
"multer": "1.4.5-lts.1",
"path": "^0.12.7",
"qrcode-terminal": "^0.12.0",
"tesseract.js": "^5.0.4",
"whatsapp-web.js": "1.23.1-alpha.5",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/jsdom": "^21.1.6",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.17",
"@types/offscreencanvas": "^2019.7.3",
"@types/qrcode-terminal": "^0.12.2",
"canvas": "^2.11.2",
"eslint": "^8.56.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"jsdom": "^24.0.0",
"nodemon": "^3.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}