|
1 | 1 | { |
2 | | - "author": "shirayu", |
3 | | - "bugs": { |
4 | | - "url": "https://github.com/textlint-ja/textlint-rule-no-dropping-i/issues" |
5 | | - }, |
6 | | - "dependencies": { |
7 | | - "kuromojin": "^2.1.1", |
8 | | - "textlint-rule-helper": "^1.1.4" |
9 | | - }, |
10 | | - "description": "い抜き言葉を検出するtextlint rule", |
11 | | - "devDependencies": { |
12 | | - "@babel/core": "^7.9.0", |
13 | | - "@babel/preset-env": "^7.9.0", |
14 | | - "power-assert": "^1.4.1", |
15 | | - "prettier": "^1.15.3", |
16 | | - "textlint-scripts": "^2.1.0" |
17 | | - }, |
18 | | - "directories": { |
19 | | - "test": "test" |
20 | | - }, |
21 | | - "files": [ |
22 | | - "lib", |
23 | | - "src" |
24 | | - ], |
25 | | - "homepage": "https://github.com/textlint-ja/textlint-rule-no-dropping-i", |
26 | | - "husky": { |
27 | | - "hooks": { |
28 | | - "precommit": "lint-staged" |
29 | | - } |
30 | | - }, |
31 | | - "keywords": [ |
32 | | - "textlint" |
33 | | - ], |
34 | | - "license": "MIT", |
35 | | - "lint-staged": { |
36 | | - "*.{js,jsx,ts,tsx,css}": [ |
37 | | - "prettier --write", |
38 | | - "git add" |
39 | | - ] |
40 | | - }, |
41 | | - "main": "lib/no-dropping-i.js", |
42 | | - "name": "@textlint-ja/textlint-rule-no-dropping-i", |
43 | | - "prettier": { |
44 | | - "printWidth": 120, |
45 | | - "singleQuote": false, |
46 | | - "tabWidth": 4 |
47 | | - }, |
48 | | - "publishConfig": { |
49 | | - "access": "public" |
50 | | - }, |
51 | | - "repository": { |
52 | | - "type": "git", |
53 | | - "url": "git+https://github.com/textlint-ja/textlint-rule-no-dropping-i.git" |
54 | | - }, |
55 | | - "scripts": { |
56 | | - "build": "textlint-scripts build", |
57 | | - "husky": "^1.3.1", |
58 | | - "lint-staged": "^8.1.0", |
59 | | - "prepublish": "npm run --if-present build", |
60 | | - "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", |
61 | | - "test": "textlint-scripts test", |
62 | | - "watch": "textlint-scripts build --watch" |
63 | | - }, |
64 | | - "version": "1.1.0" |
| 2 | + "author": "shirayu", |
| 3 | + "bugs": { |
| 4 | + "url": "https://github.com/textlint-ja/textlint-rule-no-dropping-i/issues" |
| 5 | + }, |
| 6 | + "dependencies": { |
| 7 | + "kuromojin": "^3.0.0", |
| 8 | + "textlint-rule-helper": "^2.1.1" |
| 9 | + }, |
| 10 | + "description": "い抜き言葉を検出するtextlint rule", |
| 11 | + "devDependencies": { |
| 12 | + "prettier": "^2.2.1", |
| 13 | + "textlint-scripts": "^3.0.0" |
| 14 | + }, |
| 15 | + "directories": { |
| 16 | + "test": "test" |
| 17 | + }, |
| 18 | + "files": [ |
| 19 | + "lib", |
| 20 | + "src" |
| 21 | + ], |
| 22 | + "homepage": "https://github.com/textlint-ja/textlint-rule-no-dropping-i", |
| 23 | + "husky": { |
| 24 | + "hooks": { |
| 25 | + "precommit": "lint-staged" |
| 26 | + } |
| 27 | + }, |
| 28 | + "keywords": [ |
| 29 | + "textlint" |
| 30 | + ], |
| 31 | + "license": "MIT", |
| 32 | + "lint-staged": { |
| 33 | + "*.{js,jsx,ts,tsx,css}": [ |
| 34 | + "prettier --write", |
| 35 | + "git add" |
| 36 | + ] |
| 37 | + }, |
| 38 | + "main": "lib/no-dropping-i.js", |
| 39 | + "name": "@textlint-ja/textlint-rule-no-dropping-i", |
| 40 | + "prettier": { |
| 41 | + "printWidth": 120, |
| 42 | + "singleQuote": false, |
| 43 | + "tabWidth": 4 |
| 44 | + }, |
| 45 | + "publishConfig": { |
| 46 | + "access": "public" |
| 47 | + }, |
| 48 | + "repository": { |
| 49 | + "type": "git", |
| 50 | + "url": "git+https://github.com/textlint-ja/textlint-rule-no-dropping-i.git" |
| 51 | + }, |
| 52 | + "scripts": { |
| 53 | + "build": "textlint-scripts build", |
| 54 | + "husky": "^1.3.1", |
| 55 | + "lint-staged": "^8.1.0", |
| 56 | + "prepublish": "npm run --if-present build", |
| 57 | + "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", |
| 58 | + "test": "textlint-scripts test", |
| 59 | + "watch": "textlint-scripts build --watch" |
| 60 | + }, |
| 61 | + "version": "1.1.0" |
65 | 62 | } |
0 commit comments