-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "swahili-english-translator",
"version": "1.0.4",
"description": "A simple npm package for translating between English and Swahili ",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Henryle-hd/swahili-english-translator.git"
},
"keywords": [
"swahili",
"english",
"translator",
"dictionary",
"language",
"swahili-english-translator",
"kiswahili-english",
"english-kiswahili",
"african-languages",
"language-learning",
"translation-tool",
"bilingual-dictionary",
"swahili-vocabulary",
"east-african-languages",
"language-conversion",
"word-translation",
"linguistic-tool",
"cross-language",
"multilingual"
],
"author": "Henry Dioniz",
"license": "MIT",
"bugs": {
"url": "https://github.com/Henryle-hd/swahili-english-translator/issues"
},
"homepage": "https://henryle-hd.github.io/swahili-english-translator/index.html",
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.1.4"
}
}