forked from jkeohan/rctr-final-project
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 814 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
{
"name": "dapp",
"version": "1.0.0",
"description": "Swap",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^4.3.1",
"ganache-cli": "6.12.2",
"truffle": "5.4.10"
},
"devDependencies": {},
"scripts": {
"test": "truffle test",
"compile": "truffle compile --all",
"migrate": "truffle migrate --reset",
"ganache": "ganache-cli -e 5000 -a 2",
"ganache-det": "ganache-cli -e 5000 -d -a 2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nefrob/rctr-final-project.git"
},
"author": "Robert Neff",
"license": "MIT",
"bugs": {
"url": "https://github.com/nefrob/rctr-final-project/issues"
},
"homepage": "https://github.com/nefrob/rctr-final-project#readme"
}