-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
25 lines (25 loc) · 848 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
{
"name": "marriage-certificate-dapp",
"version": "1.0.1",
"description": "Issue mariage certificate as NFT on Ethereum",
"scripts": {
"compile": "truffle compile",
"migrate:dev": "truffle migrate --reset --network develop",
"migrate:rinkeby": "truffle migrate --reset --network rinkeby",
"migrate:mainnet": "truffle migrate --reset --network mainnet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tak1827/marriage-certificate-dapp.git"
},
"author": "tak <re795h@gmail.com>",
"bugs": {
"url": "https://github.com/tak1827/marriage-certificate-dapp/issues"
},
"homepage": "https://github.com/tak1827/marriage-certificate-dapp#readme",
"dependencies": {
"@openzeppelin/contracts": "^2.4.0",
"ethereumjs-wallet": "^0.6.3",
"truffle-hdwallet-provider": "^1.0.17"
}
}