forked from cheqd/cheqd-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 775 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
{
"name": "cheqd-node",
"version": "1.0.0",
"description": "Ledger/node code for cheqd network",
"license": "Apache-2.0",
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
"homepage": "https://github.com/cheqd/cheqd-node#readme",
"bugs": {
"url": "https://github.com/cheqd/cheqd-node/issues"
},
"main": "main.go",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cheqd/cheqd-node.git"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"semantic-release": "^20.1.0",
"swagger-combine": "^1.4.0"
}
}