-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.33 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "youpin",
"version": "1.0.0",
"private": true,
"description": "Node.js Application for API && View",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "lean up --port 3010 --cmd nodemon server.js --preserve-symlinks -- ",
"format": "eslint \"**/*.js\" --fix && prettier \"**/*.js\" --write",
"format:staged": "eslint \"**/*.js\" --fix && pretty-quick --staged --verbose --pattern \"**/*.js\"",
"format:check": "eslint \"**/*.js\" && prettier-check \"**/*.js\"",
"test": "jest ./test/**"
},
"dependencies": {
"@leancloud/client-engine": "0.8.0-beta.0",
"@leancloud/play": "0.18.0-beta.5",
"@xyqfer/deploy-middleware": "1.0.4",
"@xyqfer/env-info": "1.0.1",
"@xyqfer/init-leancloud-engine": "1.1.1",
"@xyqfer/leancloud-db": "1.6.1",
"@xyqfer/leancloud-graphql-express-middleware": "1.1.3",
"ali-oss": "6.15.2",
"async-retry": "1.3.1",
"axios": "0.18.1",
"bluebird": "3.7.2",
"body-parser": "1.19.0",
"bytes": "3.1.0",
"cheerio": "1.0.0-rc.6",
"compare-versions": "3.6.0",
"connect-timeout": "1.9.0",
"cookie-parser": "1.4.5",
"cors": "2.8.5",
"cos-nodejs-sdk-v5": "2.9.18",
"decompress-zip": "0.3.3",
"dropbox": "5.2.1",
"ejs": "3.1.6",
"epub-gen": "0.1.0",
"express": "4.17.1",
"express-ws": "4.0.0",
"follow-redirects": "1.14.1",
"glob": "7.1.7",
"got": "11.8.2",
"iconv-lite": "0.6.3",
"isomorphic-fetch": "2.2.1",
"kuroshiro": "1.2.0",
"kuroshiro-analyzer-kuromoji": "1.1.0",
"leancloud-storage": "3.15.0",
"leanengine": "3.7.0",
"lodash": "4.17.21",
"module-alias": "2.2.2",
"moment": "2.29.1",
"nodemailer": "6.6.2",
"puppeteer-core": "5.5.0",
"qcloud-cdn-node-sdk": "1.0.0",
"request": "2.88.2",
"request-promise": "4.2.6",
"rimraf": "3.0.2",
"rss-parser": "3.12.0",
"rxjs": "6.6.7",
"set-cookie-parser": "2.4.8",
"shelljs": "0.8.4",
"simple-plist": "1.1.1",
"subtitles-parser": "0.0.2",
"unescape": "1.0.1",
"uuid": "8.3.2",
"youtube-captions-scraper": "1.0.3",
"ytdl-core": "4.8.3",
"@mozilla/readability": "0.4.1",
"jsdom": "16.6.0",
"qs": "6.10.1"
},
"engines": {
"node": "12.x"
},
"_moduleAliases": {
"app-libs": "./app-libs",
"app-containers": "./app-containers"
}
}