-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.26 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
55
56
{
"name": "ext-intl",
"version": "3.2.1",
"description": "一个可以提取中文词条和并注入词条名到源文件名的工具",
"main": "dist/index.js",
"scripts": {
"compile": "tsc",
"build": "rollup -c"
},
"files": [
"dist/*",
"client.js"
],
"bin": {
"extintl": "client.js"
},
"license": "MIT",
"dependencies": {
"chalk": "4.1.2",
"commander": "^9.3.0",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"inquirer": "^8.2.2",
"kiwi-intl": "^1.2.4",
"pinyin": "^3.0.0-alpha.5",
"prettier": "^2.6.1",
"typescript": "^4.6.3"
},
"devDependencies": {
"@types/inquirer": "^8.2.0",
"@types/node": "^17.0.23",
"@types/prettier": "^2.4.4",
"rollup": "^1.27.2",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.27.0",
"ts-node": "^7.0.1",
"tslib": "^1.10.0"
},
"keywords": [
"react-intl",
"intl",
"AST",
"typescript"
],
"homepage": "https://github.com/Limoer96/ext-intl",
"bugs": "https://github.com/Limoer96/ext-intl/issues",
"repository": {
"type": "git",
"url": "https://github.com/Limoer96/ext-intl"
},
"author": {
"name": "limoer",
"email": "[email protected]",
"url": "https://limoer.cc"
}
}