-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.2 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": "vue-i18n-transform",
"version": "0.0.6",
"description": "vue-i18n 批量转换文件",
"main": "lib/main.js",
"scripts": {
"test": "jest --coverage",
"test:watch": "jest test/recover.test.ts --watch --coverage",
"dev": "ts-node ./test.ts"
},
"directories": {
"lib": "lib"
},
"bin": {
"vue-i18n-transform": "lib/index.js"
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$"
},
"dependencies": {
"chalk": "^4.1.2",
"fs-extra": "^10.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^17.0.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.7.0",
"typescript": "^4.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zxpsuper/vue-i18n-transform.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zxpsuper/vue-i18n-transform/issues"
},
"keywords": [
"vue-i18n 批量转换文件",
"vue-i18n-change",
"vue-i18n ",
"vue-i18n-transform"
],
"homepage": "https://github.com/zxpsuper/vue-i18n-transform#readme"
}