-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
68 lines (68 loc) · 2.32 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
63
64
65
66
67
68
{
"name": "@openzeppelin/forta",
"version": "1.2.0",
"description": "Forta token & utils",
"author": "OpenZeppelin Community <[email protected]>",
"license": "MIT",
"scripts": {
"compile": "yarn hardhat compile",
"coverage": "yarn hardhat coverage --testfiles 'test/' --solcoverjs .solcover.js",
"lint": "npm run lint:solidity && npm run lint:javascript",
"lint:javascript": "eslint ./",
"test": "hardhat test",
"unlock:propose": "node scripts/unlock-admin/propose.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenZeppelin/forta-token.git"
},
"homepage": "https://github.com/OpenZeppelin/forta-token#readme",
"bugs": {
"url": "https://github.com/OpenZeppelin/forta-token/issues"
},
"dependencies": {
"@ensdomains/ens-contracts": "^0.0.7",
"@gnosis.pm/safe-ethers-lib": "^1.1.0",
"@openzeppelin/contracts": "4.7.0",
"@openzeppelin/contracts-upgradeable": "4.7.0"
},
"devDependencies": {
"@ethersproject/experimental": "^5.4.0",
"@maticnetwork/maticjs": "^3.2.0",
"@maticnetwork/maticjs-ethers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.2",
"@nomiclabs/hardhat-solhint": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-defender": "1.8.1",
"@openzeppelin/hardhat-upgrades": "1.26.0",
"@openzeppelin/upgrades-core": "^1.24.0",
"@truffle/hdwallet-provider": "^1.7.0",
"axios": "^0.27.2",
"block-by-date-ethers": "^1.0.0",
"chai": "^4.3.4",
"conf": "^10.0.2",
"convert-csv-to-json": "^1.3.3",
"defender-admin-client": "^1.37.0",
"defender-base-client": "^1.37.0",
"dotenv": "^10.0.0",
"eslint": "^8.4.1",
"eslint-plugin-mocha-no-only": "^1.1.1",
"eslint-plugin-prettier": "^4.0.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.4.6",
"hardhat": "2.12.0",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-ignore-warnings": "^0.2.4",
"hardhat-log-remover": "^2.0.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"semver": "^7.3.5",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.2",
"solidity-docgen": "^0.6.0-beta.8"
}
}