forked from forta-network/forta-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 2.15 KB
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
{
"name": "@openzeppelin/forta",
"version": "1.0.0",
"description": "Forta token & utils",
"author": "OpenZeppelin Community <maintainers@openzeppelin.org>",
"license": "MIT",
"scripts": {
"compile": "hardhat compile",
"coverage": "hardhat coverage",
"lint": "npm run lint:solidity && npm run lint:javascript",
"lint:javascript": "eslint ./",
"lint:solidity": "solhint 'contracts/**/*.sol'",
"test": "hardhat test"
},
"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.4.0",
"@openzeppelin/contracts-upgradeable": "^4.4.0"
},
"devDependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.79.0",
"@ethersproject/experimental": "^5.4.0",
"@gnosis.pm/safe-core-sdk": "^2.1.0",
"@gnosis.pm/safe-core-sdk-types": "^1.1.0",
"@gnosis.pm/safe-service-client": "^1.1.2",
"@maticnetwork/maticjs": "^3.2.0",
"@maticnetwork/maticjs-ethers": "^1.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-defender": "^1.6.0",
"@openzeppelin/hardhat-upgrades": "1.16.1",
"@truffle/hdwallet-provider": "^1.7.0",
"axios": "^0.27.2",
"chai": "^4.3.4",
"conf": "^10.0.2",
"convert-csv-to-json": "^1.3.3",
"defender-admin-client": "^1.20.1",
"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.6.2",
"hardhat-gas-reporter": "^1.0.4",
"lodash": "^4.17.21",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"semver": "^7.3.5",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "0.0.5",
"solidity-coverage": "^0.7.17",
"solidity-docgen": "^0.6.0-beta.8"
}
}