-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.39 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
50
51
52
53
54
55
56
{
"name": "lingueasy",
"version": "1.0.2",
"description": "A fast, minimalist and easy to use library for translations. Code less, write less, reach more clients around the world.",
"main": "index.js",
"bin": {
"lingueasy": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kossi D. T. S.",
"license": "MIT",
"type": "commonjs",
"exports": {
"import": "./wrapper.mjs",
"require": "./index.js"
},
"files": [
"index.js",
"wrapper.mjs",
"cli.js",
"libs.js"
],
"repository": {
"type": "git",
"url": "https://github.com/kossidts/lingueasy.git"
},
"homepage": "https://github.com/kossidts/lingueasy#readme",
"bugs": {
"url": "https://github.com/kossidts/lingueasy/issues"
},
"dependencies": {
"@kdts/real-typeof": "^1.0.4",
"app-root-path": "^3.1.0",
"await-resolver": "^1.1.1",
"dotenv": "^16.0.3",
"nanospinner": "^1.1.0",
"node-fetch": "^3.3.0"
},
"keywords": [
"lingueasy",
"i18n",
"l10n",
"translation",
"translate",
"localisation",
"localization",
"internationalization",
"internationalisation",
"multilingual",
"deepl",
"language",
"express"
]
}