-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 868 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 868 Bytes
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
{
"name": "linguci-github-action",
"version": "0.1.0",
"main": "main.js",
"type": "module",
"scripts": {
"build": "ncc build main.js -o dist --license license.txt"
},
"keywords": [
"github",
"action",
"translation",
"locale",
"i18n",
"multilingual",
"language-sync",
"localization",
"pull request"
],
"author": "tajpouria",
"license": "MIT",
"description": "Automatically translates missing locale strings and opens pull requests with updated translations in your GitHub CI pipeline.",
"engines": {
"node": ">=20"
},
"devDependencies": {
"@vercel/ncc": "^0.38.3"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@ai-sdk/google": "^1.2.18",
"ai": "^4.3.16",
"gettext-parser": "^8.0.0",
"js-yaml": "^4.1.0",
"zod": "^3.25.13"
}
}