-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 913 Bytes
/
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
{
"name": "@daysmart/aws-process-component",
"version": "1.0.0",
"main": "./serverless.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --fix --cache"
},
"author": "DaySmart Software, LLC.",
"license": "Apache",
"dependencies": {
"@serverless/aws-dynamodb": "^3.0.0",
"@serverless/aws-iam-role": "^1.0.0",
"@serverless/aws-lambda": "^3.0.0",
"@serverless/aws-s3": "^4.0.0",
"@serverless/aws-sns-subscription": "[email protected]:DaySmart/aws-sns-subscription.git",
"@serverless/core": "^1.1.1",
"aws-sdk": "^2.538.0",
"ramda": "^0.26.1"
},
"devDependencies": {
"babel-eslint": "10.0.2",
"eslint": "6.1.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2"
}
}