-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 1.16 KB
/
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
30
31
32
33
34
35
36
37
{
"name": "AdventureGold",
"version": "0.0.1",
"description": "Adventure Gold ERC-20 contract for the Loot project community. This contract is unaudited!",
"main": "package.json",
"directories": {
"test": "test"
},
"scripts": {
"start": "ganache-cli -f https://cloudflare-eth.com/ -m \"apple apple apple apple apple apple apple apple apple apple apple apple\" --secure --unlock \"0xdd3767abcab26f261e2508a1da1914053c7dda78\" --unlock \"0xcD814C83198C15A542F9A13FAf84D518d1744ED1\" -u 0 -u 1 -u 2 -u 3 -u 4 -u 5 -u 6 -u 7 -u 8 -u 9",
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wpapper/AdventureGold.git"
},
"keywords": [
"Adventure",
"Gold",
"Loot"
],
"author": "Will Papper",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/wpapper/AdventureGold/issues"
},
"homepage": "https://github.com/wpapper/AdventureGold#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.3.1",
"@truffle/hdwallet-provider": "^1.5.0",
"dotenv": "^10.0.0"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.13",
"chai-as-promised": "^7.1.1"
}
}