-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.39 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "textlint-rule-eslint",
"repository": {
"type": "git",
"url": "https://github.com/textlint-rule/textlint-rule-eslint.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/textlint-rule/textlint-rule-eslint",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-rule/textlint-rule-eslint/issues"
},
"files": [
"src/",
"lib/"
],
"version": "4.0.2",
"description": "textlint rule integrate with ESLint.",
"main": "lib/textlint-rule-eslint.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "textlint-scripts test",
"build": "textlint-scripts build",
"watch": "textlint-scripts build --watch",
"prepublish": "npm run --if-present build"
},
"keywords": [
"eslint",
"textlint"
],
"devDependencies": {
"@types/eslint": "^8.56.11",
"@types/node": "^18.19.44",
"eslint": "8.31.0",
"textlint-plugin-asciidoctor": "^1.1.0",
"textlint-scripts": "^14.2.0",
"textlint-tester": "^14.2.0",
"ts-node": "^10.9.2",
"typescript": "^4.9.4"
},
"peerDependencies": {
"eslint": "^8.0.0"
},
"dependencies": {
"@textlint/types": "^14.2.0",
"structured-source": "^4.0.0"
},
"packageManager": "[email protected]+sha512.c7f0088c520a46596b85c6f8f1da943400199748a0f7ea8cb8df75469668dc26f6fb3ba26df87e2884a5ebe91557292d0f3db7d0929cdb4f14910c3032ac81fb"
}