-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 KB
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
35
36
37
38
39
40
41
{
"name": "textlint-rule-no-double-negative-ja",
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-no-double-negative-ja.git"
},
"author": "azu",
"email": "azuciao@gmail.com",
"homepage": "https://github.com/textlint-ja/textlint-rule-no-double-negative-ja",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-no-double-negative-ja/issues"
},
"version": "2.0.1",
"description": "二重否定をチェックするtextlint rule",
"main": "lib/no-doubled-negative-ja.js",
"files": [
"lib",
"src"
],
"directories": {
"test": "test"
},
"scripts": {
"build": "textlint-scripts build",
"watch": "textlint-scripts build --watch",
"prepublish": "npm run --if-present build",
"test": "textlint-scripts test"
},
"keywords": [
"textlint",
"textlintrule"
],
"devDependencies": {
"textlint-scripts": "^15.2.1"
},
"dependencies": {
"kuromojin": "^3.0.1"
},
"packageManager": "pnpm@10.14.0-0+sha512.2cd47a0cbf5f1d1de7693a88307a0ede5be94e0d3b34853d800ee775efbea0650cb562b77605ec80bc8d925f5cd27c4dfe8bb04d3a0b76090784c664450d32d6"
}