forked from bitcoin-sv-specs/brfc-minerid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 802 Bytes
/
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
{
"name": "brfc-minerid",
"version": "1.0.0",
"description": "This draft spec is released as an RFC (request for comment) as part of the public review process. Any comments, criticisms or suggestions should be directed toward the [issues page](https://github.com/bitcoin-sv-specs/brfc-minerid/issues) on this github repository.",
"main": "minerId-generator.js",
"scripts": {
"start": "node minerId-generator.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitcoin-sv-specs/brfc-minerid.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitcoin-sv-specs/brfc-minerid/issues"
},
"homepage": "https://github.com/bitcoin-sv-specs/brfc-minerid#readme",
"dependencies": {
"bsv": "^1.5.4"
}
}