-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 777 Bytes
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
{
"name": "Zbase",
"version": "1.0.0",
"main": "index.js",
"_moduleAliases": {
"@root": ".",
"@config": "./config",
"@lib": "./lib",
"@utils": "./utils"
},
"scripts": {
"dev": "NODE_ENV=development nodemon index.js",
"reset": "rm -rf ./sezz && node index.js",
"enc": "npx nexenc",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@whiskeysockets/baileys": "^6.7.9",
"inquirer": "^8.2.6",
"jimp": "^0.16.13",
"link-preview-js": "^3.0.12",
"module-alias": "^2.2.3",
"moment-timezone": "^0.5.46",
"nexenc": "^1.0.1",
"open": "^10.1.0",
"qrcode-terminal": "^0.12.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}