-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.24 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
{
"name": "coctohug-web",
"version": "1.7.5",
"license": "MIT",
"repository": "raingggg/coctohug-web",
"homepage": "https://github.com/raingggg/coctohug-web",
"main": "index.js",
"scripts": {
"start": "node ./test/test",
"client": "node ./utils/chiaClient",
"less": "lessc public/stylesheets/style.less public/stylesheets/style.css",
"translate": "node ./utils/translate",
"tnew": "node ./utils/translateNew",
"wiki": "node ./utils/wiki",
"ccm": "node ./utils/ccm"
},
"keywords": [
"chia",
"watch",
"dog",
"fork",
"docker",
"flora",
"maize",
"silicoin"
],
"dependencies": {
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.10",
"chia-watch-dog": "1.0.1",
"cookie-parser": "~1.4.4",
"cron": "^1.8.2",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.17.2",
"http-errors": "~1.6.3",
"i18n": "^0.13.3",
"log4js": "^6.3.0",
"mobile-detect": "^1.4.5",
"morgan": "~1.9.1",
"node-dir": "^0.1.17",
"request-ip": "^2.1.3",
"sequelize": "^6.9.0",
"sqlite3": "github:mapbox/node-sqlite3#593c9d",
"zip-a-folder": "^1.1.0"
},
"devDependencies": {
"google-translate-open-api": "^1.3.7"
}
}