-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 857 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 857 Bytes
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
{
"name": "gopki",
"version": "0.0.0-development",
"description": "Go PKI library for cryptographic key pair and certificate management",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/jasoet/gopki.git"
},
"keywords": [
"go",
"pki",
"cryptography",
"certificates",
"keypair"
],
"author": "jasoet",
"license": "MIT",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/release-notes-generator": "^12.1.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"semantic-release": "^22.0.12"
},
"scripts": {
"release": "semantic-release",
"release:dry": "semantic-release --dry-run"
}
}