forked from neverendingqs/serverless-dotenv-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 769 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
{
"name": "serverless-dotenv-plugin",
"version": "2.0.1",
"description": "Preload environment variables with dotenv into serverless.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colynb/serverless-dotenv-plugin.git"
},
"keywords": [
"serverless",
"dotenv",
"serverless-plugin"
],
"author": "Colyn Brown <colyn.brown@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/colynb/serverless-dotenv-plugin/issues"
},
"homepage": "https://github.com/colynb/serverless-dotenv-plugin#readme",
"dependencies": {
"chalk": "^2.1.0",
"dotenv": "^4.0.0",
"dotenv-expand": "^4.0.1"
}
}