forked from angular/angular-ja
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 869 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 869 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
{
"name": "angular-ja",
"version": "0.0.1",
"main": "index.js",
"repository": "https://github.com/angular/angular-ja",
"author": "Suguru Inatomi <suguru.inatomi@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"start": "zx tools/watch.mjs",
"build": "zx tools/build.mjs",
"lint": "yarn ~textlint",
"~textlint": "textlint 'aio-ja/**/!(*.en).md'",
"test": "npm run lint && yarn test:patch",
"test:patch": "git apply -v --check --directory origin ./tools/git-patch/*.patch",
"update-origin": "zx tools/update-origin.mjs"
},
"packageManager": "yarn@1.22.10",
"engines": {
"node": "^18.16.0"
},
"devDependencies": {
"chokidar": "3.5.3",
"prh-rules": "prh/rules",
"textlint": "^13.3.3",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-prh": "^5.3.0",
"zx": "7.2.3"
}
}