forked from ACloudGuru/serverless-plugin-aws-alerts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "@spytecgps/serverless-plugin-aws-alerts",
"version": "1.7.10",
"description": "",
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"test": "jest --coverage",
"test:watch": "jest --watch",
"prepare": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"repository": {
"url": "https://github.com/ACloudGuru/serverless-plugin-aws-alerts.git",
"type": "git"
},
"author": "John McKim <[email protected]>",
"license": "MIT",
"dependencies": {
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
"lodash.merge": "^4.6.2",
"lodash.union": "^4.6.0",
"lodash.upperfirst": "^4.3.1"
},
"devDependencies": {
"@types/jest": "^27.3.1",
"@commitlint/config-conventional": "^11.0.0",
"commitlint": "^11.0.0",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.0.9",
"jest": "^27.3.1",
"pinst": "^2.1.4",
"prettier": "^2.2.1"
},
"peerDependencies": {
"serverless": "^2.4.0 || 3"
},
"engines": {
"node": ">=8.10.0"
}
}