-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.13 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
{
"directories": {
"test": "test"
},
"author": "azu",
"license": "MIT",
"files": [
"index.js",
"bin/",
"source/"
],
"name": "technological-book-corpus-ja",
"version": "3.0.0",
"description": "日本語で書かれた技術書のコーパス",
"main": "lib/index.js",
"type": "module",
"bin": {
"technological-book-corpus-ja": "./bin/technological-book-corpus-ja.js"
},
"scripts": {
"build": "node build.js",
"update-refs": "git submodule update --recursive --remote",
"test": "npm run build && mocha",
"prepublish": "npm run build"
},
"keywords": [
"textlint",
"japanese",
"book",
"corpus",
"natural-language"
],
"repository": {
"type": "git",
"url": "https://github.com/textlint-ja/technological-book-corpus-ja.git"
},
"bugs": {
"url": "https://github.com/textlint-ja/technological-book-corpus-ja/issues"
},
"homepage": "https://github.com/textlint-ja/technological-book-corpus-ja",
"dependencies": {
"globby": "^13.1.2"
},
"devDependencies": {
"add-text-to-markdown": "^2.0.0",
"cpx": "^1.5.0",
"mocha": "^10.1.0"
}
}