-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
44 lines (44 loc) · 1.41 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
{
"name": "@silvermine/serverless-plugin-cloudfront-lambda-edge",
"version": "2.2.2",
"description": "Plugin for the SLS 1.x branch to provide support for Lambda@Edge (not currently supported by CloudFormation",
"main": "src/index.js",
"scripts": {
"test": "nyc mocha -- 'src/tests/**/*.test.js'",
"check-node-version": "check-node-version --npm 10.5.0",
"commitlint": "commitlint --from 4fbfbef",
"eslint": "eslint .",
"markdownlint": "markdownlint -c .markdownlint.json '{,!(node_modules)/**/}*.md'",
"standards": "npm run markdownlint && npm run eslint"
},
"author": "Jeremy Thomerson",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/silvermine/serverless-plugin-cloudfront-lambda-edge.git"
},
"keywords": [
"serverless plugin cloudfront lambda edge",
"serverless",
"cloudfront",
"lambda@ege"
],
"bugs": {
"url": "https://github.com/silvermine/serverless-plugin-cloudfront-lambda-edge/issues"
},
"homepage": "https://github.com/silvermine/serverless-plugin-cloudfront-lambda-edge#readme",
"dependencies": {
"class.extend": "0.9.2",
"underscore": "1.13.1"
},
"devDependencies": {
"@silvermine/eslint-config": "3.0.1",
"@silvermine/standardization": "2.0.0",
"coveralls": "3.0.2",
"eslint": "6.8.0",
"expect.js": "0.3.1",
"mocha": "8.4.0",
"nyc": "15.1.0",
"sinon": "3.2.1"
}
}