forked from aficiomaquinas/rtk
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 973 Bytes
/
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
{
"name": "wtk-search",
"version": "1.5.0",
"description": "Kanji search engine using Wanikani radicals or RTK names, on a RTK element dataset of 3000+ Kanji",
"main": "index.html",
"directories": {
"test": "test"
},
"scripts": {
"elements": "node _tools/elementsDataToJson.js",
"newkanji": "node _tools/createNewKanjiPage.mjs",
"duplicates": "node _tools/checkKanjiDuplicates.mjs",
"kanjifields": "node _tools/checkUniqueMdFields.mjs",
"test": "node _tools/checkKanjiDuplicates.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sschmidTU/mr-kanji-search-wtk.git"
},
"keywords": [
"kanji",
"search",
"wanikani",
"rtk"
],
"author": "sschmidTU",
"license": "ISC",
"bugs": {
"url": "https://github.com/sschmidTU/mr-kanji-search-wtk/issues"
},
"homepage": "https://github.com/sschmidTU/mr-kanji-search-wtk#readme",
"devDependencies": {
"node-fetch": "^3.1.0"
}
}