-
Notifications
You must be signed in to change notification settings - Fork 140
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.35 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.35 KB
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
{
"name": "angular-ja",
"version": "0.0.1",
"type": "module",
"repository": "https://github.com/angular/angular-ja",
"author": "Suguru Inatomi <suguru.inatomi@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"start": "tsx tools/watch.ts",
"build": "tsx tools/build.ts",
"lint": "tsx tools/lint.ts",
"test": "pnpm run test:patch",
"test:patch": "git apply -v --check --directory origin ./tools/adev-patches/*.patch",
"update-origin": "tsx tools/update-origin.ts",
"list-untranslated": "tsx tools/list-untranslated.ts",
"translate": "tsx --env-file=.env tools/translator/main.ts"
},
"packageManager": "pnpm@10.15.0",
"devDependencies": {
"@langchain/core": "0.3.58",
"@langchain/google-genai": "0.2.12",
"@types/cli-progress": "^3.11.6",
"@types/node": "20.14.10",
"chokidar": "3.6.0",
"cli-progress": "^3.12.0",
"consola": "3.2.3",
"execa": "^9.3.0",
"globby": "14.0.2",
"langchain": "0.3.28",
"p-limit": "^7.2.0",
"prh": "5.4.4",
"rxjs": "7.8.1",
"sitemap": "8.0.0",
"textlint": "^14.0.4",
"textlint-filter-rule-allowlist": "4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-ja-spacing": "2.4.3",
"textlint-rule-preset-ja-technical-writing": "10.0.1",
"textlint-rule-prh": "^6.0.0",
"tsx": "4.19.2"
}
}