-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.16 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.16 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
{
"name": "liquidity-rewards",
"version": "1.3.0",
"description": "Rewards for $ELIMU liquidity providers.",
"main": "index.js",
"scripts": {
"build": "truffle compile",
"coverage": "truffle run coverage",
"deploy": "truffle migrate",
"prettier": "prettier --write 'contracts/**/*.sol'",
"solhint": "solhint -f table contracts/**/*.sol",
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elimu-ai/web3-smart-contracts.git"
},
"author": "elimu.ai",
"license": "MIT",
"bugs": {
"url": "https://github.com/elimu-ai/web3-smart-contracts/issues"
},
"homepage": "https://github.com/elimu-ai/web3-smart-contracts#readme",
"devDependencies": {
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/test-helpers": "^0.5.16",
"@truffle/hdwallet-provider": "^1.7.0",
"chai": "^4.3.6",
"dotenv": "^16.0.2",
"ganache-cli": "^6.12.2",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"solc": "^0.8.19",
"solhint": "^3.6.2",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.21",
"truffle-plugin-verify": "^0.5.28"
}
}