forked from jcbombardelli/gamacoin-cryptodev
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 903 Bytes
/
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
{
"name": "gamacoin-cryptodev",
"version": "1.0.0",
"description": "<p align=\"center\">\r <img src=\"https://media.tenor.com/images/63dc70b43a949617fdfa3447868d534d/tenor.gif\" alt=\"Hulk Smart\"/>\r </p>",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"compile": "npx hardhat compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andersondantas81/gamacoin-cryptodev.git"
},
"keywords": [],
"author": "Anderson Dantas",
"license": "ISC",
"bugs": {
"url": "https://github.com/andersondantas81/gamacoin-cryptodev/issues"
},
"homepage": "https://github.com/andersondantas81/gamacoin-cryptodev#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.8",
"hardhat": "^2.9.9"
}
}