-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"version": "1.1.1",
"keywords": [
"textlintrule"
],
"main": "lib/index.js",
"files": [
"lib/",
"src/",
"dict/"
],
"scripts": {
"test": "cross-env NO_INLINE=1 textlint-scripts test",
"build": "cross-env NO_INLINE=1 textlint-scripts build",
"prepublish": "npm run --if-present build",
"watch": "cross-env NO_INLINE=1 textlint-scripts build --watch"
},
"devDependencies": {
"@textlint/types": "^13.3.1",
"@types/didyoumean": "^1.2.0",
"@types/node": "^18.14.6",
"cross-env": "^7.0.3",
"textlint-scripts": "^13.3.1",
"textlint-tester": "^13.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"name": "@kmuto/textlint-rule-kmu-termcheck",
"description": "service name checker for textlint",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kmuto/textlint-rule-kmu-termcheck.git"
},
"author": "Kenshi Muto",
"license": "MIT",
"bugs": {
"url": "https://github.com/kmuto/textlint-rule-kmu-termcheck/issues"
},
"homepage": "https://github.com/kmuto/textlint-rule-kmu-termcheck#readme",
"dependencies": {
"didyoumean": "^1.2.2",
"kuromojin": "^3.0.0"
}
}