-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 819 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 819 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
{
"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": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^9.1.0",
"semantic-release": "^25.0.1",
"swagger-combine": "^1.4.0"
},
"engines": {
"node": ">=20.0.0"
}
}