-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 868 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
{
"name": "i18next-flatten-resource-store-loader",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -d",
"build:watch": "webpack -d -w",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flibustier7seas/i18nex-flatten-resource-store-loader.git"
},
"author": "flibustier@outlook.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/flibustier7seas/i18nex-flatten-resource-store-loader/issues"
},
"keywords": [
"loader",
"i18next",
"flat",
"static",
"resource",
"webpack"
],
"homepage": "https://github.com/flibustier7seas/i18nex-flatten-resource-store-loader#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^6.5.1",
"mocha": "^3.2.0"
},
"dependencies": {
"flat": "^2.0.1"
}
}