-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 941 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "visit-stat",
"version": "3.0.1",
"description": "Website visitor statistics",
"main": "index.js",
"scripts": {
"lint": "eslint index.js && prettier --check index.js",
"lint:fix": "eslint --fix index.js && prettier --check --write index.js"
},
"dependencies": {
"body-data": "^1.0.6",
"deta": "^1.1.0",
"dotenv": "^16.0.3",
"get-user-ip": "^1.0.1",
"ioredis": "^5.3.2",
"mongodb": "^5.5.0"
},
"devDependencies": {
"eslint": "^8.41.0",
"prettier": "2.8.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lete114/Visit-Stat.git"
},
"keywords": [
"statistics",
"visit-stat",
"visit-statis",
"counter",
"website",
"visit",
"site"
],
"author": "Lete114",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lete114/Visit-Stat/issues"
},
"homepage": "https://github.com/Lete114/Visit-Stat#readme"
}