-
Notifications
You must be signed in to change notification settings - Fork 658
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.63 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.63 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@webiny/api-file-manager",
"version": "0.0.0",
"type": "module",
"main": "index.js",
"keywords": [
"fm:base"
],
"repository": {
"type": "git",
"url": "https://github.com/webiny/webiny-js.git",
"directory": "packages/api-file-manager"
},
"description": "The API for Webiny Admin's File Manager module.",
"contributors": [
"Pavel Denisjuk <pavel@webiny.com>",
"Sven Al Hamad <sven@webiny.com>",
"Adrian Smijulj <adrian@webiny.com>"
],
"license": "MIT",
"dependencies": {
"@webiny/api": "0.0.0",
"@webiny/api-core": "0.0.0",
"@webiny/api-headless-cms": "0.0.0",
"@webiny/api-websockets": "0.0.0",
"@webiny/aws-sdk": "0.0.0",
"@webiny/build-tools": "0.0.0",
"@webiny/error": "0.0.0",
"@webiny/feature": "0.0.0",
"@webiny/handler": "0.0.0",
"@webiny/handler-aws": "0.0.0",
"@webiny/handler-graphql": "0.0.0",
"@webiny/plugins": "0.0.0",
"@webiny/pubsub": "0.0.0",
"@webiny/tasks": "0.0.0",
"@webiny/wcp": "0.0.0",
"cache-control-parser": "^2.0.6",
"lodash": "^4.17.21",
"object-hash": "^3.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/object-hash": "^3.0.6",
"@webiny/project-utils": "0.0.0",
"@webiny/utils": "0.0.0",
"@webiny/wcp": "0.0.0",
"rimraf": "^6.0.1",
"typescript": "5.9.3"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"adio": {
"ignoreDirs": [
"__tests__"
],
"ignore": {
"src": [
"sharp"
],
"dependencies": [
"@webiny/wcp"
]
}
},
"gitHead": "8476da73b653c89cc1474d968baf55c1b0ae0e5f"
}