-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 747 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 747 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
28
29
{
"name": "kulocker",
"version": "1.0.0",
"description": "Kulocker smart contracts",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grimreaper619/Contracts.git"
},
"author": "Grim",
"license": "ISC",
"bugs": {
"url": "https://github.com/grimreaper619/Contracts/issues"
},
"homepage": "https://github.com/grimreaper619/Contracts#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.3.0",
"@truffle/hdwallet-provider": "^1.5.0",
"dotenv": "^10.0.0",
"solidity-coverage": "^0.7.16",
"truffle-plugin-verify": "^0.5.11"
}
}