-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
{
"name": "did-contracts",
"version": "1.0.0",
"description": "**Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.**",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"chai": "^4.3.8",
"hardhat": "^2.17.3",
"hardhat-gas-reporter": "^1.0.9",
"keythereum": "^2.0.0",
"node-fetch": "^2.7.0",
"solidity-coverage": "^0.7.22",
"ts-node": "^10.9.1",
"typechain": "^8.3.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@metamask/sdk": "^0.12.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@typechain/ethers-v5": "^10.2.1",
"@typechain/hardhat": "^6.1.6",
"@types/chai": "^4.3.6",
"@types/mocha": "^9.1.1",
"dotenv": "^16.3.1",
"hardhat": "^2.11.1",
"hardhat-preprocessor": "^0.1.5",
"node-rsa": "^1.1.1",
"qrcode-terminal": "^0.12.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Above-Os/did-contracts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Above-Os/did-contracts/issues"
},
"homepage": "https://github.com/Above-Os/did-contracts#readme"
}