-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathpackage.json
42 lines (42 loc) · 979 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
40
41
42
{
"name": "@wordpress/i18n",
"version": "4.57.0",
"description": "WordPress internationalization (i18n) library.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"i18n"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/i18n"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=12"
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"types": "build-types",
"bin": {
"pot-to-php": "./tools/pot-to-php.js"
},
"dependencies": {
"@babel/runtime": "^7.16.0",
"@wordpress/hooks": "file:../hooks",
"gettext-parser": "^1.3.1",
"memize": "^2.1.0",
"sprintf-js": "^1.1.1",
"tannin": "^1.2.0"
},
"publishConfig": {
"access": "public"
}
}