-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "bitcoin-stack-chart",
"version": "0.0.0",
"description": "Hardened Helm chart for a Bitcoin node (Knots or Core) plus a mining pool (public-pool or ckpool)",
"private": true,
"devDependencies": {
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@semantic-release/changelog": "^7.0.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^11.0.0",
"@semantic-release/github": "^12.0.8",
"@semantic-release/release-notes-generator": "^14.1.1",
"pre-commit": "^2.0.0",
"semantic-release": "^25.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/docked-titan-foundation/bitcoin-stack.git"
}
}