forked from ar90n/serverless-s3-local
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 997 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
{
"name": "serverless-s3-local",
"version": "0.6.2",
"description": "Serverless s3 local plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint './**/*.js'",
"lint:fix": "eslint --fix './**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ar90n/serverless-s3-local.git"
},
"keywords": [
"serverless",
"S3",
"AWS"
],
"author": "Masahiro Wada",
"license": "MIT",
"bugs": {
"url": "https://github.com/ar90n/serverless-s3-local/issues"
},
"homepage": "https://github.com/ar90n/serverless-s3-local#readme",
"dependencies": {
"aws-sdk": "^2.266.1",
"fs-extra": "^9.0.0",
"rxjs": "^6.0.0",
"rxjs-compat": "^6.4.0",
"s3rver": "^3.6.1",
"serverless-offline": "^6.0.0",
"shelljs": "^0.8.3"
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
}
}