generated from dvdksn/clockbox
-
-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 4.27 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 4.27 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "unoapi-cloud",
"version": "2.8.0",
"description": "Unoapi Cloud",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"repository": "github.com/clairton/unoapi-cloud",
"author": "Clairton Rodrigo Heinzen<clairton.rodrigo@gmail.com>",
"license": "GPL-3.0",
"scripts": {
"lint": "eslint",
"test": "node_modules/jest/bin/jest.js --coverage",
"build": "./node_modules/typescript/bin/tsc -p .",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"dev": "UNOAPI_MODE=simple tsx watch src/index.ts",
"web-dev": "UNOAPI_MODE=web tsx watch src/web.ts",
"waker-dev": "UNOAPI_MODE=waker tsx watch src/waker.ts",
"standalone-dev": "UNOAPI_MODE=standalone tsx watch src/standalone.ts",
"worker-dev": "UNOAPI_MODE=worker tsx watch src/worker.ts",
"bulker-dev": "UNOAPI_MODE=bulker tsx watch src/bulker.ts",
"broker-dev": "UNOAPI_MODE=broker tsx watch src/broker.ts",
"bridge-dev": "UNOAPI_MODE=bridge tsx watch src/bridge.ts",
"cloud-dev": "UNOAPI_MODE=cloud tsx watch src/cloud.ts",
"start": "UNOAPI_MODE=simple node dist/src/index.js",
"start-ts": "UNOAPI_MODE=simple node --import tsx src/index.ts",
"cloud": "UNOAPI_MODE=cloud node dist/src/cloud.js",
"cloud-ts": "UNOAPI_MODE=cloud node --import tsx src/cloud.ts",
"standalone": "UNOAPI_MODE=standalone node dist/src/standalone.js",
"standalone-ts": "UNOAPI_MODE=standalone node --import tsx src/standalone.ts",
"web": "UNOAPI_MODE=web node dist/src/web.js",
"waker": "UNOAPI_MODE=waker node dist/src/waker.js",
"waker-ts": "UNOAPI_MODE=waker node --import tsx src/waker.ts",
"web-ts": "UNOAPI_MODE=web node --import tsx src/web.ts",
"worker": "UNOAPI_MODE=worker node dist/src/worker.js",
"worker-ts": "UNOAPI_MODE=worker node --import tsx src/worker.ts",
"bulker": "UNOAPI_MODE=bulker node dist/src/bulker.js",
"bulker-ts": "UNOAPI_MODE=bulker node --import tsx src/bulker.ts",
"broker": "UNOAPI_MODE=broker node dist/src/broker.js",
"broker-ts": "UNOAPI_MODE=broker node --import tsx src/broker.ts",
"bridge": "UNOAPI_MODE=bridge node dist/src/bridge.js",
"bridge-ts": "UNOAPI_MODE=bridge node --import tsx src/bridge.ts",
"clean:data": "rm -rf ./data/medias/* ./data/sessions/* ./data/stores/*.json"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@jest/globals": "^30.1.2",
"@types/amqplib": "^0.10.7",
"@types/express": "^4.17.21",
"@types/i18n": "^0.13.12",
"@types/jest": "^29.5.12",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.12.7",
"@types/node-fetch": "2",
"@types/qrcode": "^1.5.5",
"@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.8",
"@types/vcf": "^2.0.7",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^30.1.2",
"jest-fetch-mock": "^3.0.3",
"jest-mock-extended": "^4.0.0",
"prettier": "^3.2.5",
"supertest": "^7.0.0",
"ts-jest": "^29.4.1",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@aws-sdk/client-s3": "^3.598.0",
"@aws-sdk/s3-request-presigner": "^3.598.0",
"@google-cloud/text-to-speech": "^5.2.0",
"@redis/client": "^1.5.14",
"@sentry/node": "^9.29.0",
"amqplib": "^0.10.9",
"audio-decode": "^2.2.3",
"audio2textjs": "^1.0.5",
"awesome-phonenumber": "^6.8.0",
"baileys": "npm:whaileys@6.4.9",
"express": "^4.19.2",
"i18n": "^0.15.1",
"jimp": "^0.22.12",
"jschardet": "^3.1.2",
"link-preview-js": "^3.0.5",
"mime-types": "^2.1.35",
"node-cache": "^5.1.2",
"node-fetch": "^2.7.0",
"node-xlsx": "^0.24.0",
"openai": "^5.13.1",
"pino": "^10.1.0",
"pino-pretty": "^13.1.2",
"pino-roll": "^4.0.0",
"qrcode": "^1.5.3",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.34.1",
"socket.io": "^4.7.5",
"socks-proxy-agent": "^8.0.3",
"tsx": "^4.20.6",
"uuid": "^9.0.1",
"vcf": "^2.1.2",
"voice-calls-baileys": "^1.0.5",
"xlsx": "^0.18.5",
"yaml": "^2.7.0"
},
"engines": {
"node": ">= 24.x"
}
}