forked from angular/angular-ja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 854 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
{
"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": {
"test": "npm run textlint",
"deploy": "firebase deploy --token \"$FIREBASE_TOKEN\"",
"contributors": "githubcontrib --owner angular --repo angular-ja --cols 6 --format md --showlogin true --sortOrder desc | pbcopy",
"update-origin": "./update-origin.sh",
"textlint": "textlint 'aio-ja/**/!(*.en.*)'",
"textlint:f": "textlint --fix 'aio-ja/**/!(*.en.*)'"
},
"devDependencies": {
"firebase-tools": "^3.14.0",
"github-contributors-list": "^1.2.2",
"glob": "^7.1.2",
"textlint": "^9.1.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-prh": "^5.0.1"
}
}