forked from queicherius/i18next-po-loader
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.18 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
{
"name": "@openculinary/i18next-gettext-loader",
"type": "module",
"version": "1.0.4-beta.0",
"description": "Convert gettext PO files into i18next JSON format during webpack builds",
"main": "index.js",
"scripts": {
"test": "NODE_OPTIONS='--experimental-vm-modules' jest"
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"fixtures/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/openculinary/i18next-gettext-loader.git"
},
"keywords": [
"gettext",
"i18next",
"json",
"loader",
"po",
"webpack"
],
"author": "james@reciperadar.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/openculinary/i18next-gettext-loader/issues"
},
"homepage": "https://github.com/openculinary/i18next-gettext-loader",
"dependencies": {
"glob": "10.1.0",
"i18next-conv": "^15.1.1"
},
"publishConfig": {
"access": "public",
"tag": "next"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"json-loader": "^0.5.7",
"memfs": "^3.4.1",
"webpack": "^5.96.1"
}
}