forked from webiny/webiny-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.58 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@webiny/api-i18n-ddb",
"version": "0.0.0",
"main": "index.js",
"keywords": [
"@webiny/api-i18n",
"storage-operations",
"dynamodb",
"i18n:ddb"
],
"repository": {
"type": "git",
"url": "https://github.com/webiny/webiny-js.git",
"directory": "packages/api-i18n-ddb"
},
"author": "Webiny Ltd",
"description": "The DynamodDB storage operations Webiny I18N app.",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@webiny/api-i18n": "0.0.0",
"@webiny/db-dynamodb": "0.0.0",
"@webiny/error": "0.0.0",
"@webiny/handler-db": "0.0.0",
"dynamodb-toolbox": "^0.3.5"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@webiny/api": "0.0.0",
"@webiny/api-security": "0.0.0",
"@webiny/api-security-so-ddb": "0.0.0",
"@webiny/api-tenancy": "0.0.0",
"@webiny/api-tenancy-so-ddb": "0.0.0",
"@webiny/api-wcp": "0.0.0",
"@webiny/cli": "0.0.0",
"@webiny/handler": "0.0.0",
"@webiny/handler-aws": "0.0.0",
"@webiny/handler-graphql": "0.0.0",
"@webiny/project-utils": "0.0.0",
"jest": "^28.1.0",
"jest-dynalite": "^3.2.0",
"jest-environment-node": "^27.2.4",
"rimraf": "^3.0.2",
"ttypescript": "^1.5.12",
"typescript": "4.7.4"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"scripts": {
"build": "yarn webiny run build",
"watch": "yarn webiny run watch"
},
"gitHead": "8476da73b653c89cc1474d968baf55c1b0ae0e5f"
}