-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "site-counter",
"version": "1.4.0",
"description": "This is a minimalist web page counter, similar in function to busuanzi (not garlic - minimalist web page counter), with more functions than busuanzi, and supports today's statistics.",
"main": "app.js",
"scripts": {
"yarn-install": "yarn install --ignore-engines",
"build-dist": "node web-js/build-dist.js",
"lint": "npx eslint --fix --ext .js src",
"run-serve": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qiushaocloud/site-counter.git"
},
"keywords": [
"www.qiushaocloud.top",
"qiushaocloud",
"site-counter",
"busuanzi",
"site-pv",
"page-pv",
"site-uv",
"page-uv",
"today-pv",
"today-uv"
],
"author": "qiushaocloud",
"license": "ISC",
"bugs": {
"url": "https://github.com/qiushaocloud/site-counter/issues"
},
"homepage": "https://github.com/qiushaocloud/site-counter#readme",
"dependencies": {
"axios": "^0.24.0",
"bluebird": "^3.7.2",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"express-formidable": "^1.2.0",
"log4js": "^6.3.0",
"redis": "^3.1.2",
"sqlite3": "5.0.2"
},
"devDependencies": {
"eslint": "^7.13.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"javascript-obfuscator": "^3.0.0",
"prettier": "^2.5.1",
"uglify-js": "^3.14.5"
}
}