forked from amplify-education/serverless-log-forwarding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.17 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.17 KB
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
{
"name": "serverless-log-forwarding",
"version": "1.1.3",
"description": "a serverless plugin to forward logs to given lambda function",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.10.3",
"istanbul": "^0.4.5",
"mocha": "^2.2.5"
},
"scripts": {
"test": "node ./node_modules/istanbul/lib/cli.js cover _mocha -- -R spec && node ./node_modules/istanbul/lib/cli.js check-coverage --line 70 coverage/coverage.json",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/amplify-education/serverless-log-forwarding.git"
},
"keywords": [
"serverless",
"serverless",
"plugin",
"logs"
],
"author": "Amplify Education",
"license": "MIT",
"bugs": {
"url": "https://github.com/amplify-education/serverless-log-forwarding/issues"
},
"homepage": "https://github.com/amplify-education/serverless-log-forwarding#readme"
}