-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "equiteria-webservice",
"version": "1.0.0",
"description": "",
"main": "src/index,js",
"scripts": {
"dev": "nodemon ./src/index.js",
"start": "node ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4DevsO/equiteria-webservice.git"
},
"authors": [
"Matheus Almeida <mat.almeida@live.com>",
"Alexandre Pedrecal <pedrecalc@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/4DevsO/equiteria-webservice/issues"
},
"homepage": "https://github.com/4DevsO/equiteria-webservice#readme",
"dependencies": {
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.21.2",
"mongoose": "^5.7.8",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"nodemon": "^1.19.4",
"sharp": "^0.23.2"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}