-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.19 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
48
49
50
51
{
"name": "morpheme-match-textlint",
"version": "2.0.6",
"description": "morpheme-match for textlint rule.",
"keywords": [
"japanese",
"morpheme",
"text",
"形態素"
],
"homepage": "https://github.com/azu/morpheme-match",
"bugs": {
"url": "https://github.com/azu/morpheme-match/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/azu/morpheme-match.git"
},
"license": "MIT",
"author": "azu",
"files": [
"src/",
"lib/"
],
"main": "lib/morpheme-match-textlint.js",
"types": "lib/morpheme-match-textlint.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"build": "cross-env NODE_ENV=production tsc -p .",
"prepublish": "npm run --if-present build",
"test": "mocha \"test/**/*.{js,ts}\"",
"watch": "tsc -p . --watch"
},
"dependencies": {
"morpheme-match": "^2.0.4",
"morpheme-match-all": "^2.0.5"
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.41",
"cross-env": "^7.0.3",
"kuromojin": "^3.0.0",
"mocha": "^8.3.2",
"ts-node": "^9.1.1",
"ts-node-test-register": "^9.0.1",
"typescript": "^4.2.4"
},
"email": "[email protected]"
}