-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
29 lines (29 loc) · 859 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
26
27
28
29
{
"name": "trailhead-superbadge-jp",
"private": true,
"version": "1.0.0",
"description": "Japanese localization of Salesforce Trailhead Superbadge",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"textlint": "^12.0.2",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-filter-rule-whitelist": "^2.0.0",
"textlint-rule-preset-ja-spacing": "^2.2.0",
"textlint-rule-preset-japanese": "^7.0.0",
"textlint-rule-preset-jtf-style": "^2.3.12"
},
"scripts": {
"textlint": "textlint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shunkosa/trailhead-superbadge-jp.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/shunkosa/trailhead-superbadge-jp/issues"
},
"homepage": "https://github.com/shunkosa/trailhead-superbadge-jp#readme"
}