forked from textlint/textlint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.47 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
53
54
55
56
57
58
59
60
{
"name": "textlint-tester",
"version": "5.2.7",
"description": "testing tool for textlint rule.",
"keywords": [
"test",
"testing",
"textlint"
],
"homepage": "https://github.com/textlint/textlint/tree/master/packages/textlint-tester/",
"bugs": {
"url": "https://github.com/textlint/textlint/issues"
},
"license": "MIT",
"author": "azu",
"files": [
"bin/",
"lib/",
"module/",
"src/"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/textlint/textlint.git"
},
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib/ out/ tsconfig.tsbuildinfo",
"prepublish": "npm run --if-present build",
"test": "mocha \"test/**/*.{js,ts}\"",
"watch": "tsc -b --watch"
},
"dependencies": {
"@textlint/feature-flag": "^3.2.5",
"@textlint/kernel": "^3.3.7",
"textlint": "^11.7.7"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.20",
"analyze-desumasu-dearu": "^4.0.1",
"cross-env": "^7.0.3",
"match-index": "^1.0.3",
"mocha": "^8.2.1",
"rimraf": "^3.0.2",
"textlint-plugin-html": "^0.2.0",
"textlint-rule-helper": "^2.1.1",
"textlint-rule-max-number-of-lines": "^1.0.3",
"textlint-rule-no-todo": "^2.0.1",
"ts-node": "^9.1.1",
"ts-node-test-register": "^9.0.1",
"typescript": "~4.0.2"
},
"email": "[email protected]"
}