-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "Krishi-Kalyan",
"version": "1.0.0",
"description": "- HTML\r - CSS\r - EJS template engine\r - Node JS\r - Express JS\r - Mongoose",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pranav016/Krishi-Kalyan.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pranav016/Krishi-Kalyan/issues"
},
"engines": {
"node": "14.15.1"
},
"homepage": "https://github.com/Pranav016/Krishi-Kalyan#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"db": "file:db",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"middleware": "file:middleware",
"model": "file:model",
"mongoose": "^5.12.1",
"node-sass": "^5.0.0",
"public": "file:public",
"router": "file:router",
"validator": "^13.5.2",
"views": "file:views"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}