-
Notifications
You must be signed in to change notification settings - Fork 673
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.72 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
{
"name": "@webiny/api-event-handler-core",
"version": "0.0.0",
"type": "module",
"main": "index.js",
"exports": {
".": "./index.js",
"./*": "./*"
},
"types": "index.d.ts",
"description": "Transport-agnostic composition of the Webiny API request stack (registerApiRequestStack).",
"repository": {
"type": "git",
"url": "https://github.com/webiny/webiny-js.git"
},
"contributors": [
"Webiny Team"
],
"license": "MIT",
"dependencies": {
"@webiny/api-aco": "0.0.0",
"@webiny/api-audit-logs": "0.0.0",
"@webiny/api-core": "0.0.0",
"@webiny/api-file-manager": "0.0.0",
"@webiny/api-file-manager-aco": "0.0.0",
"@webiny/api-headless-cms": "0.0.0",
"@webiny/api-headless-cms-aco": "0.0.0",
"@webiny/api-headless-cms-scheduler": "0.0.0",
"@webiny/api-headless-cms-tasks": "0.0.0",
"@webiny/api-headless-cms-workflows": "0.0.0",
"@webiny/api-mailer": "0.0.0",
"@webiny/api-record-locking": "0.0.0",
"@webiny/api-scheduler": "0.0.0",
"@webiny/api-website-builder": "0.0.0",
"@webiny/api-website-builder-scheduler": "0.0.0",
"@webiny/api-website-builder-workflows": "0.0.0",
"@webiny/api-websockets": "0.0.0",
"@webiny/api-workflows": "0.0.0",
"@webiny/background-tasks": "0.0.0",
"@webiny/event-handler-core": "0.0.0",
"@webiny/handler": "0.0.0",
"@webiny/handler-graphql": "0.0.0",
"@webiny/webhooks": "0.0.0"
},
"peerDependencies": {
"@webiny/di": ">=0.2.3"
},
"devDependencies": {
"@webiny/build-tools": "0.0.0",
"@webiny/di": "^1.0.2",
"rimraf": "^6.1.3",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
},
"publishConfig": {
"access": "public"
},
"webiny": {
"publishFrom": "dist"
}
}