-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.17 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
{
"name": "@aterbonus/vue-nixie-clock",
"version": "0.2.1",
"description": "A Nixie Clock Vue Component",
"homepage": "https://aterbonus.github.io/vue-nixie-clock/",
"repository": "github:aterbonus/vue-nixie-clock",
"main": "dist/vue-nixie-clock.js",
"scripts": {
"start": "poi src/index.js",
"build": "poi build src/NixieClock.vue",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"commit": "git-cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"version": "npm run build && npm run changelog && git add dist/* CHANGELOG.md",
"release": "bash scripts/release.sh"
},
"author": "Gustavo Alfredo Marín Sáez (Aterbonus)",
"license": "MIT",
"devDependencies": {
"commitizen": "^2.9.6",
"conventional-changelog-cli": "^1.3.22",
"conventional-recommended-bump": "^2.0.9",
"cz-conventional-changelog": "^2.1.0",
"node-sass": "^4.8.3",
"poi": "^10.1.7",
"sass-loader": "^7.0.1",
"vuepress": "github:vuejs/vuepress#a51a31b7245af525981313e535061968def4062c"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}