-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "nodejs-boilerplate",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon local.js",
"deploy": "serverless deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambujraj/nodejs-boilerplate.git"
},
"author": "Ambuj",
"license": "MIT",
"bugs": {
"url": "https://github.com/ambujraj/nodejs-boilerplate/issues"
},
"homepage": "https://github.com/ambujraj/nodejs-boilerplate#readme",
"dependencies": {
"aws-sdk": "^2.1028.0",
"aws-serverless-express": "^3.4.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"socket.io": "^4.3.2",
"winston": "^3.3.3",
"winston-aws-cloudwatch": "^3.0.0"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"prettier": "^2.4.1",
"serverless": "^2.66.1"
}
}