-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 984 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
37
38
{
"name": "crudoperation",
"version": "1.0.0",
"description": "CRUD operation using Node.js",
"main": "index.js",
"dependencies": {
"@hapi/joi": "^16.1.8",
"@types/express": "^4.17.2",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"lodash": "^4.17.15",
"mongoose": "^5.8.10",
"npm": "^6.14.2",
"prompt": "^1.0.0",
"typescript": "^3.7.5",
"url": "^0.11.0"
},
"devDependencies": {
"handlebars": "^4.5.0",
"nodemon": "^2.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server/server.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sharmaramprakash/Gurukool.git"
},
"author": "Ram Prakash Sharma",
"license": "ISC",
"bugs": {
"url": "https://github.com/sharmaramprakash/Gurukool/issues"
},
"homepage": "https://github.com/sharmaramprakash/Gurukool#readme"
}