-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 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": "docdocgenerator",
"version": "1.0.2",
"description": "documentation generator with docgenerator",
"main": " ",
"scripts": {
"build-inc": "node_modules/.bin/vik patch",
"build-tag": "(node -p \"require('./package.json').version\" | xargs git tag) && git push --tags",
"build-bump": "npm run build-inc && git add . && git commit -m '🔖 Version Bump' && git push --follow-tags",
"dc:up": "docker-compose up --build",
"dc:cmd": "docker exec -it docdocgenerator_php_1 bash"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrelec1/DocDocGenerator.git"
},
"author": "Andrelec1",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrelec1/DocDocGenerator/issues"
},
"devDependencies": {
"cz-customizable": "^6.3.0",
"grunt": "^1.4.0",
"vik": "git+https://github.com/andrelec1/vik.git"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".cz-config.js"
}
}
}