-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
52 lines (52 loc) · 1.48 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
{
"name": "i18n-ast",
"version": "0.2.9",
"description": "",
"main": "bin/index.js",
"scripts": {
"start": "node bin/index.js -l zh_CN,pt_PT,en_US",
"start-c": "node bin/index.js -c config/i18n-ast.config.js",
"test-program": "node bin/index.js -e t -o u -x *-*.jsx -l a,b,c -p",
"ready": "chmod 777 ./back.sh && ./back.sh",
"test": "jest --color"
},
"author": {
"name": "ssstone",
"email": "[email protected]"
},
"keywords": [
"in18",
"javascript",
"ast"
],
"license": "ISC",
"dependencies": {
"@babel/types": "^7.0.0",
"babel-core": "^6.26.3",
"babel-generator": "^6.26.1",
"babel-plugin-mickey-i18n": "^1.0.0",
"babel-plugin-syntax-async-generators": "^6.13.0",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-syntax-decorators": "^6.13.0",
"babel-plugin-syntax-do-expressions": "^6.13.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-export-extensions": "^6.13.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-syntax-function-bind": "^6.13.0",
"babel-plugin-syntax-function-sent": "^6.13.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-template": "^6.26.0",
"chalk": "^2.4.1",
"commander": "^2.18.0",
"glob": "^7.1.3",
"xlsx": "^0.14.0",
"prettier": "^1.14.3"
},
"devDependencies": {
"jest": "^23.6.0"
},
"bin": {
"i18n-ast": "./bin/index.js"
}
}