-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 953 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
42
43
44
45
46
{
"name": "@architect/plugin-storage-private",
"version": "1.0.1",
"description": "Architect serverless framework plugin that defines any number of arbitrary private S3 buckets",
"main": "src/index.js",
"scripts": {
"lint": "eslint . --fix",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/architect/plugin-storage-private"
},
"license": "Apache-2.0",
"homepage": "https://arc.codes",
"files": [
"src/*"
],
"dependencies": {
"@architect/utils": "~3.0.4"
},
"devDependencies": {
"@architect/eslint-config": "~2.0.1",
"eslint": "^8.9.0"
},
"keywords": [
"amazon",
"api gateway",
"arc",
"architect",
"aws",
"ci",
"cloud functions",
"cloud",
"deployment",
"lambda",
"plugin",
"node_modules",
"npm",
"plugin",
"serverless"
],
"eslintConfig": {
"extends": "@architect/eslint-config"
}
}