forked from EYHN/hexo-helper-live2d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·64 lines (64 loc) · 1.92 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
{
"name": "hexo-helper-live2d",
"version": "3.1.1",
"description": "Add the Sseexxyyy live2d to your hexo!",
"main": "./index.js",
"devDependencies": {
"commitizen": "^3.0.7",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.16.0",
"live2d-widget-model-wanko": "^1.0.5"
},
"dependencies": {
"colors": "^1.3.3",
"hexo-fs": "^1.0.2",
"hexo-log": "^0.2.0",
"live2d-widget": "^3.1.3",
"lodash": "^4.17.11",
"npm-check-updates": "^3.1.3",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.2",
"path": "^0.12.7"
},
"scripts": {
"test": "echo \"Sayly, there's nothing here. ToT\" && exit 1",
"inst:dev": "npm install -g commitizen&&npm install -g conventional-changelog-cli&&npm install",
"commit": "git pull&&git-cz",
"lint": "eslint --ext .js ./",
"v:major": "npm version major",
"v:pmajor": "npm version premajor",
"v:minor": "npm version minor",
"v:pminor": "npm version preminor",
"v:patch": "npm version patch",
"v:ppatch": "npm version prepatch",
"changelog": "git pull&&conventional-changelog --outfile CHANGELOG.md --release-count 0&&git add CHANGELOG.md&&git status",
"postinstall": "opencollective-postinstall"
},
"author": "EYHN <[email protected]>",
"contributors": [
"xiazeyu <[email protected]>",
"EYHN <[email protected]>"
],
"maintainers": [
"xiazeyu <[email protected]>",
"EYHN <[email protected]>"
],
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "git://github.com/EYHN/hexo-helper-live2d.git"
},
"bugs": {
"url": "https://github.com/EYHN/hexo-helper-live2d/issues"
},
"homepage": "https://github.com/EYHN/hexo-helper-live2d#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/hexo-helper-live2d"
}
}