-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 947 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
{
"name": "harmony-staking-precompiles",
"version": "1.0.0",
"description": "[Gitcoin Bounty](https://gitcoin.co/issue/harmony-one/bounties/77/100026734)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxMustermann2/harmony-staking-precompiles.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxMustermann2/harmony-staking-precompiles/issues"
},
"homepage": "https://github.com/MaxMustermann2/harmony-staking-precompiles#readme",
"dependencies": {
"@harmony-js/account": "^0.1.57",
"@harmony-js/contract": "^0.1.56",
"@harmony-js/crypto": "^0.1.56",
"@harmony-js/network": "^0.1.56",
"@harmony-js/utils": "^0.1.56",
"dotenv": "^14.3.2",
"tslib": "^2.3.1"
}
}