-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 884 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
{
"name": "serverless-plugin-fastdeploy",
"version": "0.0.4",
"description": "Fast Serverless deployments for large packages",
"main": "src/index.js",
"scripts": {
"lint": "standard src/**",
"lint:fix": "standard --fix src/**"
},
"author": "Kevin W. Sewell",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aronim/serverless-plugin-fastdeploy.git"
},
"keywords": [
"serverless plugin deployments lambdas",
"serverless fast deployments",
"serverless plugin",
"fast deployments",
"deployment lambda",
"patch deployment"
],
"bugs": {
"url": "https://github.com/aronim/serverless-plugin-fastdeploy/issues"
},
"homepage": "https://github.com/aronim/serverless-plugin-fastdeploy",
"dependencies": {
"archiver": "^2.1.1",
"bluebird": "^3.5.1",
"fs-extra": "^6.0.1"
}
}