-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
28 lines (28 loc) · 1001 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
{
"name": "coctohug",
"version": "1.2.4",
"description": "- Nice localization with support of dozens of languages\r - Runs on Linux, Windows, MacOS, and more...\r - Supports: cactus, covid, cryptodoge, ethgreen, flora, greendoge, lucky, pipscoin, shibgreen, silicoin, skynet, staicoin, stor, tranzact, venidium, and more...",
"main": "index.js",
"scripts": {
"translate": "node ./utils/translate",
"tnew": "node ./utils/translateNew",
"readme": "node ./utils/generateReadme",
"wiki": "node ./utils/generateWiki",
"ccm": "node ./utils/generateCcm",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raingggg/coctohug.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/raingggg/coctohug/issues"
},
"homepage": "https://github.com/raingggg/coctohug#readme",
"dependencies": {
"ejs": "^3.1.6",
"google-translate-open-api": "^1.3.7"
}
}