forked from EYHN/hexo-helper-live2d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·62 lines (62 loc) · 1.84 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
{
"name": "hexo-helper-live2d",
"version": "2.1.5",
"description": "为你的hexo添加色气满满的live2d吧!",
"main": "./index.js",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"commitizen": "^2.9.6",
"current-device": "^0.6.3",
"cz-conventional-changelog": "^2.1.0",
"html-webpack-plugin": "^2.30.1",
"source-map-loader": "^0.2.3",
"uglify-js": "^3.1.10",
"webpack": "^3.8.1"
},
"dependencies": {
"hexo-fs": "^0.2.2",
"path": "^0.12.7"
},
"scripts": {
"devenv": "npm install -g commitizen&&npm install -g cz-conventional-changelog&&npm install -g webpack&&npm install -g conventional-changelog-cli&&npm install",
"dev": "webpack --config webpack.config.dev.js",
"devw": "webpack --config webpack.config.dev.js -w",
"rel": "webpack --config webpack.config.device.js&&webpack",
"commit": "git-cz",
"changelog": "git pull&&conventional-changelog -i CHANGELOG.md -r 0 -s -u&&git add CHANGELOG.md&&git commit -m \"docs: update CHANGELOG\"&&git push&&git status",
"test": "echo \"Nothing here, but someday there will be something here. xD\" && exit 1"
},
"author": {
"name": "EYHN",
"email": "[email protected]"
},
"contributors": [
{
"name": "xiazeyu",
"email": "[email protected]"
}
],
"maintainers": [
{
"name": "xiazeyu",
"email": "[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"
}
}
}