-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.37 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
{
"name": "num_complex_solidity",
"version": "1.1.0",
"description": "ComplexNumbersSolidity",
"main": "hardhat.config.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/partylikeits1983/num_complex_solidity.git"
},
"author": "Alexander John Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/partylikeits1983/num_complex_solidity/issues"
},
"homepage": "https://github.com/partylikeits1983/num_complex_solidity#readme",
"dependencies": {
"@chainlink/contracts": "^0.4.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.7.0",
"@prb/math": "4.0.2",
"collect.js": "^4.34.3",
"generate-contract-interface": "^0.1.12",
"hardhat": "^2.10.1",
"hardhat-abi-exporter": "^2.10.0",
"mathjs": "^11.0.1",
"prettier-plugin-solidity": "^1.3.1",
"solidity-coverage": "^0.7.21"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@types/mocha": "^10.0.1",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.5.4",
"hardhat-deploy": "^0.11.11",
"mocha": "^10.0.0",
"solidity-docgen": "^0.6.0-beta.34",
"ts-node": "^10.9.1"
}
}