-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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
57
{
"name": "WA-contact",
"version": "1.0.0",
"main": "src/app.ts",
"scripts": {
"build": "tsc",
"start": "npm run build && node -r tsconfig-paths/register -r @babel/register build/app.js",
"dev": "ts-node -r tsconfig-paths/register -r @babel/register src/app.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"data-clean": "node scripts/cleanup.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@babel/register": "^7.25.9",
"@eslint/js": "^9.13.0",
"@types/node": "^22.7.7",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-source-map-support": "^2.2.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.11.0",
"os": "^0.1.2",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@types/pino": "^7.0.4",
"@whiskeysockets/baileys": "^6.7.8",
"chalk": "^5.3.0",
"csv-stringify": "^6.5.1",
"csv-writer": "^1.6.0",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"inquirer": "^12.0.0",
"libphonenumber-js": "^1.11.12",
"natural": "^8.0.1",
"path": "^0.12.7",
"pdfkit": "^0.15.1",
"qrcode-terminal": "^0.12.0",
"source-map-support": "^0.5.21"
}
}