-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
29 lines (29 loc) · 902 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
{
"name": "neos-blog",
"version": "2.0.5",
"repository": "git@github.com:breadlesscode/neos-blog.git",
"license": "MIT",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"semantic-release": "semantic-release",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"commit": "git-cz"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"@semantic-release/release-notes-generator": "^7.1.4",
"commitizen": "^3.0.7",
"conventional-changelog-eslint": "^3.0.1",
"cz-adapter-eslint": "^0.2.0",
"semantic-release": "^15.13.3",
"vuepress": "^0.14.10"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-adapter-eslint"
}
}
}