forked from serverless-components/aws-lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 689 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 689 Bytes
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
{
"name": "@serverless/aws-lambda",
"version": "1.0.0",
"main": "./serverless.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest ./tests/integration.test.js --testEnvironment node",
"lint": "eslint . --fix --cache"
},
"author": "Serverless, Inc.",
"license": "Apache",
"dependencies": {},
"devDependencies": {
"@serverless/platform-client": "^0.24.0",
"aws-sdk": "^2.640.0",
"dotenv": "^8.2.0",
"babel-eslint": "9.0.0",
"eslint": "5.6.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^25.1.0",
"prettier": "^1.18.2"
}
}