-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.61 KB
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
{
"name": "WDoge",
"version": "1.0.0",
"description": "",
"directories": {},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.5.2",
"@openzeppelin/contracts": "^4.5.0"
},
"devDependencies": {
"@dogethereum/hardhat-upgrades": "^1.17.3",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.1",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^9.1.0",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"bn.js": "^5.2.0",
"chai": "^4.3.4",
"chai-bn": "^0.3.1",
"chalk": "^4.1.2",
"eslint": "^8.1.0",
"ethers": "^5.6.1",
"fs-extra": "^10.0.1",
"hardhat": "^2.9.3",
"hardhat-gas-reporter": "^1.0.6",
"hardhat-prettier": "0.0.1",
"mocha": "^9.2.0",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"scripts": {
"test": "TS_NODE_TRANSPILE_ONLY=true hardhat test",
"measure-gas": "REPORT_GAS=true npm test",
"hh-network": "TS_NODE_TRANSPILE_ONLY=true hardhat node",
"typecheck": "TS_NODE_TRANSPILE_ONLY=false 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"
}