-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 918 Bytes
/
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
{
"name": "arad_attendance",
"version": "1.0.0",
"description": "A project for chacking the attendance of the workers",
"main": "index.js",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"jalaali-js": "^1.1.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"node": "^12.7.0",
"nodemailer": "^6.6.1",
"pg": "^8.11.3"
},
"devDependencies": {
"eslint": "^6.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aminchini/Arad_attendance.git"
},
"author": "Amin and Mahziar",
"license": "ISC",
"bugs": {
"url": "https://github.com/aminchini/Arad_attendance/issues"
},
"homepage": "https://github.com/aminchini/Arad_attendance#readme"
}