-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 818 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 818 Bytes
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
{
"name": "serverless-s3-deploy",
"version": "0.10.1",
"description": "S3 Asset copy for serverless",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Curtis Maloney",
"contributors": [
"Dan Rumney <dancrumb@gmail.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/funkybob/serverless-s3-deploy.git"
},
"dependencies": {
"bluebird": "^3.7.2",
"glob-all": "^3.3.0",
"mime-types": "^2.1.35"
},
"devDependencies": {
"eslint": "^8.35.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0"
}
}