-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 993 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
41
42
43
44
45
46
{
"name": "@simplelocalize/i18n-wizard",
"version": "0.0.11",
"description": "CLI tool to transform string to i18n keys using AI",
"files": [
"bin/",
"dist/"
],
"bin": {
"extract": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/simplelocalize/i18n-wizard.git"
},
"scripts": {
"build": "rimraf ./dist && tsc"
},
"author": "SimpleLocalize <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/diff": "^6.0.0",
"@types/glob": "^8.0.0",
"@types/node": "^18.11.10",
"@types/yargs": "^17.0.17",
"typescript": "^5.6.3"
},
"dependencies": {
"axios": "1.6.0",
"colorette": "^2.0.19",
"diff": "^7.0.0",
"glob": "^8.0.3",
"openai": "^4.56.0",
"rimraf": "^3.0.2",
"yargs": "^17.6.2"
},
"keywords": [
"i18n",
"internationalization",
"localization",
"simplelocalize",
"ai",
"transformer"
]
}