-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 826 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
36
37
38
39
40
41
42
{
"name": "taibun",
"version": "1.1.3",
"description": "Taiwanese Hokkien Transliterator and Tokeniser",
"main": "taibun/index.js",
"types": "taibun/index.d.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreihar/taibun.js.git"
},
"files": [
"taibun/**/*",
"LICENSE",
"README.md"
],
"keywords": [
"taiwan",
"taiwanese",
"taigi",
"hokkien",
"romanization",
"transliteration",
"transliterator",
"tokenization",
"tokenizer"
],
"author": "Andrei Harbachov",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreihar/taibun.js/issues"
},
"homepage": "https://taibun.andreihar.com",
"devDependencies": {
"jest": "^29.7.0"
},
"engines": {
"node": ">=18"
}
}