-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "friendly-robot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .js,.jsx --ignore-path .gitignore",
"lint:fix": "yarn lint --fix",
"lint:watch": "yarn lint --watch",
"start": "nodemon -L",
"start:prod": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sofi-a/friendly-robot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sofi-a/friendly-robot/issues"
},
"homepage": "https://github.com/sofi-a/friendly-robot#readme",
"dependencies": {
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"googleapis": "105",
"http-status": "^1.6.2",
"js-base64": "^3.7.5",
"method-override": "^3.0.0",
"mongoose": "^6.10.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.20",
"server-destroy": "^1.0.1",
"winston": "^3.8.2"
},
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4"
}
}