-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "mgintitute_api",
"version": "0.0.1",
"description": "Marcelo Gusella Web School",
"main": "index.js",
"module": "main.js",
"scripts": {
"start": "node index.js",
"dev": "NODE_ENV=dev nodemon --inspect index.js",
"dev-seed": "NODE_ENV=dev node seedes6.js",
"test": "npx mocha \"./{,!(node_modules)/**/test/}*.test.js\" --require esm",
"test-seed": "NODE_ENV=test node seedes6.js",
"lint": "npx eslint .",
"codeclimate": "codeclimate analyze"
},
"author": "Renie Siqueira",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"esm": "^3.2.25",
"express": "^4.17.1",
"helmet": "^4.1.1",
"http-status-codes": "^2.1.4",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.2",
"sniffr": "^1.2.0",
"vimeo": "^2.1.1",
"winston": "^3.3.3"
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^7.12.1",
"faker": "^5.1.0",
"mocha": "^8.2.0",
"mongoose": "^5.10.11",
"nodemon": "^2.0.6"
},
"repository": {
"type": "git",
"url": "[email protected]:renie/mg-institute-api.git"
}
}