-
-
Notifications
You must be signed in to change notification settings - Fork 157
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.59 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.59 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@textlint/linter-formatter",
"version": "15.6.0",
"description": "textlint output formatter",
"homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/linter-formatter",
"bugs": {
"url": "https://github.com/textlint/textlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint.git"
},
"license": "MIT",
"author": "azu",
"type": "commonjs",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"directories": {
"test": "test/"
},
"files": [
"bin/",
"lib/",
"src/",
"!*.tsbuildinfo"
],
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib/",
"prepack": "npm run build",
"test": "vitest run",
"updateSnapshot": "UPDATE_SNAPSHOT=true vitest run -u",
"test:watch": "vitest watch"
},
"dependencies": {
"@azu/format-text": "catalog:",
"@azu/style-format": "catalog:",
"@textlint/module-interop": "workspace:*",
"@textlint/resolver": "workspace:*",
"@textlint/types": "workspace:*",
"chalk": "catalog:",
"debug": "catalog:",
"js-yaml": "catalog:",
"lodash": "catalog:",
"pluralize": "catalog:",
"string-width": "catalog:",
"strip-ansi": "catalog:",
"table": "catalog:",
"text-table": "catalog:"
},
"devDependencies": {
"@types/debug": "catalog:",
"@types/js-yaml": "catalog:",
"@types/lodash": "catalog:",
"@types/node": "catalog:",
"chai": "catalog:",
"rimraf": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"publishConfig": {
"access": "public"
}
}