-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 853 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 853 Bytes
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
{
"name": "messageformat-properties-loader",
"version": "0.5.0",
"description": "Locale Property Resource Bundle Loader for Webpack",
"keywords": [
"properties",
"property",
"resource",
"bundle",
"locale",
"messageformat",
"i18n",
"webpack"
],
"main": "index.js",
"files": [
"index.js"
],
"repository": "https://github.com/messageformat/properties-loader",
"author": "Eemeli Aro <eemeli@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=8.9"
},
"scripts": {
"test": "cd example && npm install && npm run build && node dist/bundle.js"
},
"dependencies": {
"@messageformat/core": "^3.0.1",
"dot-properties": "^1.0.1",
"loader-utils": "^2.0.0",
"uv": "^1.1.0"
},
"prettier": {
"trailingComma": "none",
"semi": false,
"singleQuote": true
}
}