-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "maktro-ms",
"version": "1.0.0",
"description": "A business management system built for Maktro.com",
"main": "app.js",
"scripts": {
"start": "node app.js",
"server": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mr-spShuvo/maktro-ms.git"
},
"keywords": [
"nodejs",
"express",
"mongodb"
],
"author": "Shahriar Parvez",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mr-spShuvo/maktro-ms/issues"
},
"homepage": "https://github.com/Mr-spShuvo/maktro-ms#readme",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"nodemon": "^2.0.3"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dateformat": "^3.0.3",
"dotenv": "^8.2.0",
"ejs": "^3.1.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"method-override": "^3.0.0",
"mongoose": "^5.9.11",
"mongoose-timezone": "^1.3.0",
"pdfmake": "^0.1.65"
}
}