-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 993 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
33
34
35
36
37
38
39
{
"name": "wormhole-solidity-sdk",
"version": "0.8.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"No test needed in this wrapper\"",
"clean": "rimraf artifacts cache coverage coverage.json",
"compile": "npx hardhat compile",
"build": "bin/build.sh",
"prepublishOnly": "echo 'Error: Please run 'bin/publish.sh' to publish.'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ndujaLabs/wormhole-solidity-sdk.git"
},
"author": "",
"license": "Apache-2.0",
"keywords": [
"solidity",
"ethereum",
"smart-contracts",
"bridge",
"wormhole"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"case": "^1.6.3",
"chai": "^4.3.10",
"dotenv": "^16.3.1",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"fs-extra": "^11.1.1",
"hardhat": "^2.19.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
}
}