-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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": "uzdev",
"version": "1.6.5",
"description": "These are ready-made functions in order not to rewrite some modules during the work process!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"authors": [
{
"name": "Utkir Khujaev",
"email": "balkibumen@gmail.com",
"url": "https://t.me/mensenvau"
}
],
"bin": {
"uzdev": "./devops/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mensenvau/uzdev.git"
},
"bugs": {
"url": "https://github.com/mensenvau/uzdev/issues"
},
"keywords": [
"git",
"backups",
"express",
"mysql2",
"nodemailer",
"jsonwebtoken"
],
"license": "ISC",
"dependencies": {
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.10.0",
"nodemailer": "^6.9.13",
"randomstring": "^1.3.0",
"redis": "^4.7.0",
"uzdev": "^1.5.8"
}
}