-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.78 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
48
49
50
51
52
53
54
55
{
"name": "serverless-mongodb-aws-example",
"version": "0.0.1",
"description": "erverless Framework, Node.js, MongoDB & AWS Example",
"main": "handler.js",
"license": "MIT",
"author": "Ilarion Bekchya",
"repository": {
"type": "git",
"url": "git://github.com/"
},
"scripts": {
"start": "./node_modules/.bin/serverless offline -s dev",
"debug": "export SLS_DEBUG=* && node --inspect-brk ./node_modules/.bin/serverless offline -s dev",
"lint": "eslint '**/*.js' --ignore-pattern node_modules/"
},
"dependencies": {
"aws-sdk": "^2.478.0",
"bodybuilder": "^2.2.20",
"bunyan": "^1.8.12",
"lodash": "^4.17.15",
"mongodb": "^3.5.9",
"source-map-support": "^0.5.12",
"uuid": "^3.3.2",
"vandium": "^4.5.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/runtime-corejs2": "^7.5.5",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.8.0",
"babel-plugin-source-map-support": "^2.1.1",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"jest": "^24.8.0",
"serverless": "^1.49.2",
"serverless-bundle": "^1.2.5",
"serverless-dotenv-plugin": "^2.1.1",
"serverless-dynamodb-client": "0.0.2",
"serverless-dynamodb-local": "^0.2.38",
"serverless-offline": "^5.3.3",
"serverless-pseudo-parameters": "2.4.0",
"serverless-step-functions": "^2.1.1",
"serverless-step-functions-offline": "^2.1.2",
"sinon": "7.4.2",
"smee-client": "^1.1.0",
"webpack": "^4.35.0"
}
}