-
Notifications
You must be signed in to change notification settings - Fork 657
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.35 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.35 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
{
"name": "@webiny/api-elasticsearch-tasks",
"version": "0.0.0",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/webiny/webiny-js.git"
},
"description": "Tasks",
"contributors": [
"Bruno Zorić <bruno@webiny.com>"
],
"license": "MIT",
"dependencies": {
"@webiny/api": "0.0.0",
"@webiny/api-core": "0.0.0",
"@webiny/api-dynamodb-to-elasticsearch": "0.0.0",
"@webiny/api-elasticsearch": "0.0.0",
"@webiny/aws-sdk": "0.0.0",
"@webiny/db": "0.0.0",
"@webiny/db-dynamodb": "0.0.0",
"@webiny/error": "0.0.0",
"@webiny/feature": "0.0.0",
"@webiny/plugins": "0.0.0",
"@webiny/tasks": "0.0.0",
"@webiny/utils": "0.0.0"
},
"devDependencies": {
"@webiny/api": "0.0.0",
"@webiny/api-headless-cms": "0.0.0",
"@webiny/build-tools": "0.0.0",
"@webiny/handler": "0.0.0",
"@webiny/handler-aws": "0.0.0",
"@webiny/handler-db": "0.0.0",
"@webiny/handler-graphql": "0.0.0",
"@webiny/project-utils": "0.0.0",
"rimraf": "^6.1.3",
"type-fest": "^5.4.4",
"typescript": "6.0.1-rc",
"vitest": "^4.0.18"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"gitHead": "8476da73b653c89cc1474d968baf55c1b0ae0e5f",
"adio": {
"ignore": {
"src": [
"node:util"
]
}
}
}