-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.03 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
{
"name": "japanese-easy",
"version": "1.2.5",
"description": "A comprehensive toolkit for learning and working with Japanese Kanji, Kana, and vocabulary data, complete with charts, readings, and utility functions.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node tests/core.js"
},
"keywords": [
"japanese",
"kanji",
"kana",
"hiragana",
"katakana",
"jlpt",
"japanese-language",
"language-toolkit",
"vocabulary",
"charts",
"reading",
"japanese-utility",
"language-learning",
"language-resources",
"language-tools"
],
"author": "Kurizu",
"license": "MIT",
"dependencies": {
"axios": "^1.7.9"
},
"repository": {
"type": "git",
"url": "https://github.com/crizmo/japanese-easy.git"
},
"bugs": {
"url": "https://github.com/crizmo/japanese-easy/issues"
},
"homepage": "https://github.com/crizmo/japanese-easy#readme",
"files": [
"src",
"index.js",
"README.md"
],
"engines": {
"node": ">=16.0.0"
}
}