-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 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
{
"name": "gotp",
"version": "0.2.5",
"description": "[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org) ![gopherbadger-tag-do-not-edit](coverage_badge.png) [![GoReportCard example](https://goreportcard.com/badge/github.com/nanomsg/mangos)](https://goreportcard.com/report/github.com/jtbonhomme/gotp)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/jtbonhomme/gotp.git"
},
"keywords": [
"saas"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/jtbonhomme/gotp/issues"
},
"homepage": "https://github.com/jtbonhomme/gotp#readme",
"publishConfig": {
"access": "restricted"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"semantic-release": "^17.3.1"
}
}