-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
69 lines (69 loc) · 2.09 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "dogethereum-contracts",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"dependencies": {
"@chainlink/contracts": "^0.2.1",
"@openzeppelin/contracts": "^3.4.2",
"bitcoin-proof": "2.0.0",
"bitcoinjs-lib": "^5.2.0",
"js-sha256": "^0.9.0",
"js-sha3": "^0.8.0",
"scryptsy": "^2.1.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@openzeppelin/hardhat-upgrades": "^1.11.0",
"@types/chai": "^4.2.17",
"@types/fs-extra": "^9.0.7",
"@types/mocha": "^7.0.2",
"@types/node": "^14.14.31",
"@types/scryptsy": "^2.0.0",
"@types/validator": "^13.7.0",
"@types/yargs": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"bitcoind-rpc": "^0.9.1",
"bitcore-lib": "^8.25.8",
"bn.js": "^5.2.0",
"chai": "^4.3.4",
"eslint": "^8.1.0",
"ethers": "^5.5.4",
"fs-extra": "^9.1.0",
"ganache-cli": "^6.12.2",
"hardhat": "^2.8.4",
"hardhat-gas-reporter": "^1.0.6",
"hardhat-prettier": "0.0.1",
"mocha": "^7.2.0",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"sequelize": "^6.9.0",
"sequelize-cli": "^6.3.0",
"sqlite3": "^5.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"yargs": "^17.2.1"
},
"scripts": {
"test": "TS_NODE_TRANSPILE_ONLY=true hardhat test",
"measure-gas": "REPORT_GAS=true npm run test",
"ganache": "ganache-cli --mnemonic 'bean heart someone make olive oblige melody bacon mushroom swift tennis album' --gasLimit 4000000000000",
"integration-tests": "scripts/send-back-and-forth-test.sh",
"hh-network": "hardhat node",
"typecheck": "tsc --noEmit --project tsconfig.json",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/dogethereum/dogethereum-contracts.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dogethereum/dogethereum-contracts/issues"
},
"homepage": "https://github.com/dogethereum/dogethereum-contracts#readme"
}