-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 KB
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
{
"name": "github-statistic",
"version": "1.0.0",
"description": "github crawler and statitic based on node js",
"main": "server.js",
"dependencies": {
"@byteinspire/api": "^1.0.12",
"axios": "^0.25.0",
"cheerio": "^1.0.0-rc.10",
"echarts": "^5.3.0",
"express": "^4.17.1",
"generic-pool": "^3.8.2",
"jquery": "^3.6.0",
"mongodb": "^4.3.1",
"querystring": "^0.2.1",
"url": "^0.11.0",
"vue": "^2.6.14",
"ws": "^8.4.2"
},
"devDependencies": {
"@byteinspire/inspirecloud-api": "*",
"css-loader": "^6.5.1",
"less": "^4.1.2",
"less-loader": "7.3.0",
"mini-css-extract-plugin": "1.x",
"webpack": "^5.67.0",
"webpack-dev-server": "^4.7.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": "git+https://github.com/weiyinfu/GitStatistic.git",
"author": "weiyinfu",
"license": "ISC",
"bugs": {
"url": "https://github.com/weiyinfu/GithubStatistic/issues"
},
"homepage": "https://github.com/weiyinfu/GithubStatistic#readme"
}