forked from cto-a/community-guidelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.13 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
{
"name": "community-management-resources",
"version": "1.0.0",
"description": "コミュニティ参加者に関する各種ドキュメントを管理するリポジトリです。変更提案は、イシューやプルリクエストにより行ってください。",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tanomimaster/community-management-resources.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tanomimaster/community-management-resources/issues"
},
"homepage": "https://github.com/tanomimaster/community-management-resources#readme",
"devDependencies": {
"textlint": "^11.7.6",
"textlint-filter-rule-allowlist": "^2.0.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-ja-spacing": "^2.0.2",
"textlint-rule-preset-ja-technical-writing": "^4.0.1",
"textlint-rule-spellcheck-tech-word": "^5.0.0"
},
"dependencies": {
"textlint-rule-prh": "^5.3.0"
}
}