forked from angular/angular-ja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.12 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
{
"name": "angular-ja",
"version": "0.0.1",
"main": "index.js",
"repository": "https://github.com/angular/angular-ja",
"author": "Suguru Inatomi <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"start": "tsx tools/watch.ts",
"build": "tsx tools/build.ts",
"lint": "tsx tools/lint.ts",
"test": "yarn test:patch",
"test:patch": "git apply -v --check --directory origin ./tools/adev-patches/*.patch",
"update-origin": "tsx tools/update-origin.ts",
"translate": "tsx tools/translate.ts"
},
"packageManager": "[email protected]",
"devDependencies": {
"@google/generative-ai": "0.21.0",
"@types/node": "22.8.1",
"chokidar": "4.0.1",
"consola": "3.2.3",
"execa": "^9.5.0",
"globby": "14.0.2",
"prh-rules": "prh/rules",
"rxjs": "7.8.1",
"sitemap": "8.0.0",
"textlint": "^14.3.0",
"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"
}
}