-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 895 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "bitfact",
"version": "1.0.11",
"description": "A Javascript library to fingerprint (prove) your data, text, & files on the Ethereum blockchain.",
"main": "BitFact.js",
"bin": {
"bitfact": "cli/main.js"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/zachalam/BitFact.git"
},
"keywords": [
"blockchain",
"crypto",
"fingerprint",
"ethereum",
"hashing",
"data-integrity"
],
"author": "Zach Alam",
"license": "Apache-2.0",
"dependencies": {
"chalk": "4.1.0",
"cli-spinner": "^0.2.10",
"commander": "6.2.0",
"ethereumjs-tx": "2.1.2",
"js-sha256": "0.9.0",
"prompts": "2.4.0",
"sha256-file": "1.0.0",
"web3": "1.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1",
"sinon": "^9.2.1"
}
}