-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "textlint_env",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TAKEDA-Takashi/textlint_env.git"
},
"author": "TAKEDA Takashi",
"license": "ISC",
"bugs": {
"url": "https://github.com/TAKEDA-Takashi/textlint_env/issues"
},
"homepage": "https://github.com/TAKEDA-Takashi/textlint_env#readme",
"devDependencies": {
"npm-check-updates": "^16.6.0",
"textlint": "^12.2.4",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-filter-rule-node-types": "^1.1.0",
"textlint-filter-rule-whitelist": "^2.0.0",
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
"textlint-rule-prh": "^5.3.0",
"textlint-rule-spellchecker": "^2.2.1"
}
}