-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 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
{
"name": "serverless-plugin-subscription-filter",
"version": "1.0.7",
"description": "serverless-plugin-subscription-filter",
"main": "index.js",
"repository": "ssh://[email protected]/tsub/serverless-plugin-subscription-filter",
"author": "tsub <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsub/serverless-plugin-subscription-filter/issues"
},
"homepage": "https://github.com/tsub/serverless-plugin-subscription-filter#readme",
"keywords": [
"serverless",
"plugin",
"subscription-filter",
"cloudwatchlogs"
],
"dependencies": {
"aws-sdk": "^2.496.0",
"lodash": "^4.17.2"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2 || ^4.0.0",
"eslint-plugin-react": "^6.9.0",
"release-it": "^12.3.3"
},
"scripts": {
"build": "babel src --out-file index.js",
"watch": "npm run build -- --watch",
"prepublishOnly": "npm run build",
"lint": "eslint --cache ."
}
}