-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.49 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.49 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@textlint-ja/textlint-rule-preset-ai-writing",
"version": "1.6.1",
"description": "textlintプリセット:AIっぽい記述パターンを検出し、より自然な日本語表現を促すルール集",
"keywords": [
"textlintrule",
"textlint-rule-preset",
"japanese",
"ai-writing",
"natural-writing",
"preset"
],
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ai-writing",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-preset-ai-writing/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint-ja/textlint-rule-preset-ai-writing.git"
},
"license": "MIT",
"author": "azu",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"bin/",
"lib/",
"src/"
],
"scripts": {
"build": "textlint-scripts build",
"format": "biome check --write ./",
"lint": "biome check ./",
"prepare": "git config --local core.hooksPath .githooks",
"prepublishOnly": "npm run build",
"test": "npm run test:unit && npm run lint && npm run lint:text && npm run lint:README",
"lint:text": "textlint README.md",
"lint:README": "bash lint-README.sh",
"test:unit": "textlint-scripts test",
"watch": "textlint-scripts build --watch"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": [
"biome format --write --no-errors-on-unmatched"
]
},
"prettier": {
"singleQuote": false,
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "none"
},
"devDependencies": {
"@biomejs/biome": "^2.0.6",
"@textlint/types": "^14.8.4",
"@types/node": "^24.0.1",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"textlint": "^14.8.4",
"textlint-rule-preset-japanese": "^10.0.4",
"textlint-scripts": "^14.8.4",
"textlint-tester": "^14.8.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@textlint/regexp-string-matcher": "^2.0.2",
"kuromojin": "^3.0.1",
"textlint-util-to-string": "^3.3.4"
},
"packageManager": "npm@10.9.2+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81"
}