-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 931 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
{
"name": "hexo-analytics",
"version": "0.1.1",
"description": "Integrate your Hexo blog with Google Analytics, Tag Manager and Microsft Clarity",
"main": "index.js",
"scripts": {
"test": "jest",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neoalienson/hexo-analytics.git"
},
"keywords": [
"hexo",
"analytics"
],
"author": "[email protected]",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/neoalienson/hexo-analytics/issues"
},
"homepage": "https://github.com/neoalienson/hexo-analytics",
"devDependencies": {
"jest": "^29.7.0",
"node-html-parser": "^6.1.13",
"standard-version": "^9.5.0"
}
}