|
1 | 1 | {
|
2 |
| - "name": "@textlint-ja/textlint-rule-preset-ai-writing", |
3 |
| - "version": "1.5.0", |
4 |
| - "description": "textlintプリセット:AIっぽい記述パターンを検出し、より自然な日本語表現を促すルール集", |
5 |
| - "keywords": [ |
6 |
| - "textlintrule", |
7 |
| - "textlint-rule-preset", |
8 |
| - "japanese", |
9 |
| - "ai-writing", |
10 |
| - "natural-writing", |
11 |
| - "preset" |
12 |
| - ], |
13 |
| - "homepage": "https://github.com/textlint-ja/textlint-rule-preset-ai-writing", |
14 |
| - "bugs": { |
15 |
| - "url": "https://github.com/textlint-ja/textlint-rule-preset-ai-writing/issues" |
16 |
| - }, |
17 |
| - "repository": { |
18 |
| - "type": "git", |
19 |
| - "url": "https://github.com/textlint-ja/textlint-rule-preset-ai-writing.git" |
20 |
| - }, |
21 |
| - "license": "MIT", |
22 |
| - "author": "azu", |
23 |
| - "main": "lib/index.js", |
24 |
| - "directories": { |
25 |
| - "lib": "lib", |
26 |
| - "test": "test" |
27 |
| - }, |
28 |
| - "files": [ |
29 |
| - "bin/", |
30 |
| - "lib/", |
31 |
| - "src/" |
32 |
| - ], |
33 |
| - "scripts": { |
34 |
| - "build": "textlint-scripts build", |
35 |
| - "format": "biome check --write ./", |
36 |
| - "lint": "biome check ./", |
37 |
| - "prepare": "git config --local core.hooksPath .githooks", |
38 |
| - "prepublishOnly": "npm run build", |
39 |
| - "test": "npm run test:unit && npm run lint:text && npm run lint:README", |
40 |
| - "lint:text": "textlint README.md", |
41 |
| - "lint:README": "bash lint-README.sh", |
42 |
| - "test:unit": "textlint-scripts test", |
43 |
| - "watch": "textlint-scripts build --watch" |
44 |
| - }, |
45 |
| - "lint-staged": { |
46 |
| - "*.{js,jsx,ts,tsx,css}": [ |
47 |
| - "biome format --write --no-errors-on-unmatched" |
48 |
| - ] |
49 |
| - }, |
50 |
| - "prettier": { |
51 |
| - "singleQuote": false, |
52 |
| - "printWidth": 120, |
53 |
| - "tabWidth": 4, |
54 |
| - "trailingComma": "none" |
55 |
| - }, |
56 |
| - "devDependencies": { |
57 |
| - "@biomejs/biome": "^2.0.6", |
58 |
| - "@textlint/types": "^14.8.4", |
59 |
| - "@types/node": "^24.0.1", |
60 |
| - "husky": "^9.1.7", |
61 |
| - "lint-staged": "^16.1.2", |
62 |
| - "textlint": "^14.8.4", |
63 |
| - "textlint-rule-preset-japanese": "^10.0.4", |
64 |
| - "textlint-scripts": "^14.8.4", |
65 |
| - "textlint-tester": "^14.8.4", |
66 |
| - "ts-node": "^10.9.2", |
67 |
| - "typescript": "^5.8.3" |
68 |
| - }, |
69 |
| - "publishConfig": { |
70 |
| - "access": "public" |
71 |
| - }, |
72 |
| - "dependencies": { |
73 |
| - "@textlint/regexp-string-matcher": "^2.0.2", |
74 |
| - "kuromojin": "^3.0.1", |
75 |
| - "textlint-util-to-string": "^3.3.4" |
76 |
| - }, |
77 |
| - "packageManager": "npm@10.9.2+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81" |
| 2 | + "name": "@textlint-ja/textlint-rule-preset-ai-writing", |
| 3 | + "version": "1.5.0", |
| 4 | + "description": "textlintプリセット:AIっぽい記述パターンを検出し、より自然な日本語表現を促すルール集", |
| 5 | + "keywords": [ |
| 6 | + "textlintrule", |
| 7 | + "textlint-rule-preset", |
| 8 | + "japanese", |
| 9 | + "ai-writing", |
| 10 | + "natural-writing", |
| 11 | + "preset" |
| 12 | + ], |
| 13 | + "homepage": "https://github.com/textlint-ja/textlint-rule-preset-ai-writing", |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/textlint-ja/textlint-rule-preset-ai-writing/issues" |
| 16 | + }, |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "https://github.com/textlint-ja/textlint-rule-preset-ai-writing.git" |
| 20 | + }, |
| 21 | + "license": "MIT", |
| 22 | + "author": "azu", |
| 23 | + "main": "lib/index.js", |
| 24 | + "directories": { |
| 25 | + "lib": "lib", |
| 26 | + "test": "test" |
| 27 | + }, |
| 28 | + "files": [ |
| 29 | + "bin/", |
| 30 | + "lib/", |
| 31 | + "src/" |
| 32 | + ], |
| 33 | + "scripts": { |
| 34 | + "build": "textlint-scripts build", |
| 35 | + "format": "biome check --write ./", |
| 36 | + "lint": "biome check ./", |
| 37 | + "prepare": "git config --local core.hooksPath .githooks", |
| 38 | + "prepublishOnly": "npm run build", |
| 39 | + "test": "npm run test:unit && npm run lint:text && npm run lint:README", |
| 40 | + "lint:text": "textlint README.md", |
| 41 | + "lint:README": "bash lint-README.sh", |
| 42 | + "test:unit": "textlint-scripts test", |
| 43 | + "watch": "textlint-scripts build --watch" |
| 44 | + }, |
| 45 | + "lint-staged": { |
| 46 | + "*.{js,jsx,ts,tsx,css}": [ |
| 47 | + "biome format --write --no-errors-on-unmatched" |
| 48 | + ] |
| 49 | + }, |
| 50 | + "prettier": { |
| 51 | + "singleQuote": false, |
| 52 | + "printWidth": 120, |
| 53 | + "tabWidth": 4, |
| 54 | + "trailingComma": "none" |
| 55 | + }, |
| 56 | + "devDependencies": { |
| 57 | + "@biomejs/biome": "^2.0.6", |
| 58 | + "@textlint/types": "^14.8.4", |
| 59 | + "@types/node": "^24.0.1", |
| 60 | + "husky": "^9.1.7", |
| 61 | + "lint-staged": "^16.1.2", |
| 62 | + "textlint": "^14.8.4", |
| 63 | + "textlint-rule-preset-japanese": "^10.0.4", |
| 64 | + "textlint-scripts": "^14.8.4", |
| 65 | + "textlint-tester": "^14.8.4", |
| 66 | + "ts-node": "^10.9.2", |
| 67 | + "typescript": "^5.8.3" |
| 68 | + }, |
| 69 | + "publishConfig": { |
| 70 | + "access": "public" |
| 71 | + }, |
| 72 | + "dependencies": { |
| 73 | + "@textlint/regexp-string-matcher": "^2.0.2", |
| 74 | + "kuromojin": "^3.0.1", |
| 75 | + "textlint-util-to-string": "^3.3.4" |
| 76 | + }, |
| 77 | + "packageManager": "npm@10.9.2+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81" |
78 | 78 | }
|
0 commit comments