-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 939 Bytes
/
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
{
"name": "middy-env",
"version": "2.0.0",
"description": "Environment variable middleware for the middy framework",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisandrews7/middy-env.git"
},
"keywords": [
"middy",
"middleware",
"lambda",
"env",
"config",
"env",
"var",
"environment",
"environment",
"variable"
],
"author": "Chris Andrews",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisandrews7/middy-env/issues"
},
"homepage": "https://github.com/chrisandrews7/middy-env#readme",
"devDependencies": {
"@middy/core": "^2.5.0",
"@middy/core-v1": "npm:@middy/core@^1.5.2",
"coveralls": "^3.0.4",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"jest": "^27.0.6"
}
}