-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 859 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
{
"name": "arc-buckets-plugin",
"version": "0.3.4",
"description": "Make buckets and use them for good stuff!",
"main": "index.js",
"author": "Thomas Ankcorn <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint"
},
"devDependencies": {
"@architect/eslint-config": "^1.0.0",
"@architect/inventory": "^1.3.1",
"eslint": "^7.19.0",
"fs-extra": "^9.1.0",
"jasmine": "^3.6.4"
},
"dependencies": {
"@architect/package": "^6.2.0",
"@architect/sandbox": "^3.4.1",
"@architect/utils": "^2.0.4",
"camelcase": "^6.2.0",
"mime-types": "^2.1.29",
"s3rver": "^3.6.1"
},
"eslintConfig": {
"extends": "@architect/eslint-config",
"rules": {
"indent": [
"error",
4
],
"semi": [
"error",
"always"
]
}
}
}