-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 784 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 784 Bytes
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
{
"name": "dashprotocol-sc",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Arogundade Ibrahim",
"license": "ISC",
"dependencies": {
"@chainlink/contracts": "^0.5.1",
"@openzeppelin/contracts": "^4.8.0",
"@poanet/solidity-flattener": "^3.0.9",
"@truffle/hdwallet-provider": "^2.1.6",
"dotenv": "^16.0.3",
"truffle-contract-size": "^2.0.1",
"truffle-flatten": "^1.0.8"
},
"devDependencies": {
"truffle-plugin-stdjsonin": "github:mhrsalehi/truffle-plugin-stdjsonin",
"truffle-plugin-verify": "^0.4.6"
}
}