-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (52 loc) · 1.38 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
49
50
51
52
53
{
"name": "rceros",
"version": "1.0.0",
"description": "DEMO RESTAPI's",
"main": "index.js",
"scripts": {
"start": "node index.js",
"nodemon": "nodemon index.js",
"test": "./node_modules/.bin/mocha --reporter mochawesome",
"test:watch": "./node_modules/.bin/mocha --reporter mochawesome --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elirehema/RestHub.git"
},
"author": "elirehema paul",
"license": "ISC",
"bugs": {
"url": "https://github.com/elirehema/RestHub/issues"
},
"homepage": "https://github.com/elirehema/RestHub#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chai": "^4.3.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongodb": "^4.1.0",
"mongoose": "^5.13.7",
"mongoose-encryption": "^2.1.0",
"mongoose-unique-validator": "^2.0.3",
"multer": "^1.4.3",
"node": "^16.6.1",
"npm": "^7.20.6",
"require-dir": "^1.2.0",
"socket.io": "^4.1.3",
"swagger-ui-express": "^4.1.6",
"update-notifier": "^5.1.0",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"electron-rebuild": "^3.1.1",
"mocha": "^9.0.3",
"mochawesome": "^6.2.2",
"nodemon": "^2.0.12"
}
}