forked from filecoin-project/filecoin-solidity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.79 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
{
"name": "@zondax/filecoin-solidity",
"version": "0.0.0",
"description": "Filecoin EVM Solidity APIs",
"main": "",
"directories": {
"doc": "docs"
},
"scripts": {
"format": "prettier --write contracts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zondax/filecoin-solidity.git"
},
"keywords": [
"FEVM",
"EVM",
"Solidity",
"Filecoin"
],
"author": "Zondax AG <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Zondax/filecoin-solidity/issues"
},
"homepage": "https://github.com/Zondax/filecoin-solidity#readme",
"files": [
"contracts"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-foundry": "^1.0.3",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"@openzeppelin/hardhat-upgrades": "^1.28.0",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^6.1.2",
"ethers": "^5.5.1",
"hardhat": "^2.11.2",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0",
"typechain": "^8.3.1"
},
"dependencies": {
"@glif/filecoin-address": "^2.0.43",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@typechain/ethers-v5": "^11.1.1",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.0",
"chai": "^4.3.7",
"cids": "^1.1.9",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"solidity-cborutils": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}