-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 960 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
{
"name": "@abhashmi/lingui-multi",
"version": "1.0.5",
"description": "Command line utility to compile multiple catalogs from a single js-lingui messages.json file.",
"repository": {
"url": "git+https://github.com/ahmed-belal/lingui-multi.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/ahmed-belal/lingui-multi/issues"
},
"main": "./dist/lingui-multi.js",
"author": {
"name": "Ahmed Belal Hashmi"
},
"license": "MIT",
"private": false,
"dependencies": {
"@lingui/cli": "2.0.1",
"babel-core": "^6.26.0",
"babel-generator": "^6.26.1",
"babel-types": "^6.26.0",
"commander": "^2.15.1",
"lodash": "^4.17.5",
"rimraf": "^2.6.2",
"tmp": "^0.0.33"
},
"files": [
"LICENSE",
"README.md",
"dist"
],
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"lingui-multi": "./dist/lingui-multi.js"
}
}