-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "sora-erlyana",
"version": "1.3",
"description": "wasap bot, powered by Node.js+whatsapp-web.js",
"main": "dist/index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"No unit tests currently specified\" && exit 1",
"build": "tsc && npx tsc-alias",
"dev": "nodemon --ext \"ts,json\" --exec \"tsx ./src/index.ts\"",
"docs": "npx docsify serve docs -p 80",
"serve": "node ./dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gensart-x/sora-erlyana"
},
"keywords": [
"whatsapp",
"bot",
"sora-erlyana",
"sora",
"sora-whatsapp-bot",
"whatsapp-bot",
"nodejs",
"whatsapp-web",
"web"
],
"author": "gensart",
"license": "MIT",
"devDependencies": {
"@types/mime-types": "^2.1.4",
"@types/node": "^20.11.16",
"@types/qrcode-terminal": "^0.12.2",
"@types/tough-cookie": "^4.0.5",
"nodemon": "^3.0.3",
"tsc-alias": "^1.8.8",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.7.4",
"axios-cookiejar-support": "^5.0.0",
"bing-translate-api": "^4.0.0",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.4.5",
"mime-types": "^2.1.35",
"qrcode-terminal": "^0.12.0",
"tough-cookie": "^4.1.3",
"whatsapp-web.js": "github:pedroslopez/whatsapp-web.js#webpack-exodus"
}
}