-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 952 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
{
"name": "bosan.cz",
"version": "2.1.0",
"description": "Webové stránky Dětské vodácké skupiny ŠÁN",
"private": true,
"scripts": {
"prepare": "husky install",
"all-contributors:check": "all-contributors check",
"all-contributors:generate": "all-contributors generate",
"deploy:production": "docker build -t docker.bosan.cz/web:latest . && docker push docker.bosan.cz/web:latest",
"deploy:test": "docker build -t docker.bosan.cz/web:test . && docker push docker.bosan.cz/web:test"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"all-contributors-cli": "^6.20.0",
"husky": "^8.0.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/bosancz/bosan.cz.git"
},
"bugs": {
"url": "https://github.com/bosancz/bosan.cz/issues"
},
"homepage": "https://github.com/bosancz/bosan.cz#readme"
}