-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "gulp-textlint",
"version": "13.4.1",
"description": "gulp plugin for textlint",
"homepage": "https://github.com/textlint/textlint/tree/master/packages/gulp-textlint",
"bugs": {
"url": "https://github.com/textlint/textlint/issues"
},
"license": "MIT",
"author": "nakajmg",
"files": [
"bin/",
"lib/",
"module/",
"src/",
"!*.tsbuildinfo"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"fancy-log": "^1.3.3",
"plugin-error": "^1.0.1",
"textlint": "^13.4.1",
"through2": "^2.0.5"
},
"devDependencies": {
"eslint": "^8.9.0",
"eslint-plugin-prettier": "^4.2.1",
"gulp": "^4.0.2",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.0",
"textlint-rule-prh": "^5.3.0"
}
}