-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1009 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
30
31
32
33
34
35
36
37
38
{
"name": "ethereum",
"version": "1.0.0",
"description": "ethereum project for goalzapp",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"docker test": "docker-compose up"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zach-is-my-name/GQLgoalzapp.git"
},
"author": "zach michaels",
"license": "ISC",
"bugs": {
"url": "https://github.com/zach-is-my-name/GQLgoalzapp/issues"
},
"homepage": "https://github.com/zach-is-my-name/GQLgoalzapp#readme",
"devDependencies": {
"@openzeppelin/test-environment": "^0.1.6",
"@openzeppelin/test-helpers": "^0.5.9",
"aiongoalzapptestversion": "^1.0.6",
"chai": "^4.2.0",
"ganache-time-traveler": "^1.0.15",
"mocha": "^8.1.3",
"openzeppelin-solidity": "^2.5.1",
"prettier": "2.0.5",
"solidity-coverage": "^0.7.11"
},
"dependencies": {
"@truffle/hdwallet-provider": "^1.2.6",
"dotenv": "^8.2.0"
}
}