-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
54 lines (54 loc) · 1.14 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
{
"name": "@alienfast/i18next-loader",
"version": "2.0.2",
"description": "Webpack loader for client embedded i18next locales from json or yaml.",
"packageManager": "yarn@3.2.4",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"main": "index.js",
"scripts": {
"test": "mocha",
"test:watch": "mocha -w",
"release": "yarn auto shipit"
},
"keywords": [
"webpack",
"loader",
"i18next",
"locales",
"yaml",
"json"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": "https://github.com/alienfast/i18next-loader",
"homepage": "https://github.com/alienfast/i18next-loader",
"maintainers": [
{
"name": "Kevin Ross",
"email": "kevin.ross@alienfast.com"
}
],
"dependencies": {
"glob-all": "^3.3.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"auto": "^11.0.4",
"chai": "^4.3.10",
"mocha": "^10.2.0"
},
"author": "Kevin Ross <kevin.ross@alienfast.com>",
"auto": {
"plugins": [
"npm"
]
}
}