-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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": "orvide",
"version": "1.0.0",
"description": "This is the beginning of the project: Orvide(tentative name)",
"main": "./src/server.js",
"scripts": {
"start": "nodemon ./src/server.js",
"test": "mocha ./test/index.js --timeout 50000",
"test1":"mocha ./src/functions/functions.test.js --timeout 50000"
},
"keywords": [
"orvide",
"project"
],
"author": "A&D",
"license": "ISC",
"dependencies": {
"@hapi/joi": "^17.1.1",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"googleapis": "^78.0.0",
"helmet": "^4.6.0",
"http-errors": "^1.8.0",
"jsdom": "^16.7.0",
"jsonwebtoken": "^8.5.1",
"mocha": "^9.0.3",
"mocha-explorer-launcher-scripts": "^0.3.0",
"mongoose": "^5.13.3",
"morgan": "^1.10.0",
"morgan-json": "^1.1.0",
"nodemailer": "^6.6.3",
"swagger-ui-express": "^4.1.6",
"winston": "^3.3.3",
"winston-logsene": "^2.1.1",
"winston-mongodb": "^5.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anandarpit/orvide.git"
},
"bugs": {
"url": "https://github.com/anandarpit/orvide/issues"
},
"homepage": "https://github.com/anandarpit/orvide#readme",
"devDependencies": {
"parcel-bundler": "^1.12.5",
"should": "^13.2.3"
}
}