-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 952 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
39
{
"name": "mun-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index",
"dev": "nodemon index",
"test": "concurrently \"node index.js\" \"jest --detectOpenHandles __tests__/index.js\"",
"gen": "concurrently \"node index.js\" \"node generate.js\""
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-jest": "^23.6.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"config": "^3.0.1",
"cors": "^2.8.5",
"dotenv": "^7.0.0",
"eslint": "^5.12.0",
"express": "^4.16.4",
"heroku": "^7.22.7",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.4.19",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"touch": "^3.1.0",
"uuid": "^3.3.2",
"vi": "^1.0.0"
},
"devDependencies": {
"concurrently": "^4.1.0",
"jest": "^23.6.0",
"nodemon": "^1.18.10",
"standard": "^12.0.1"
}
}