-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 852 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
{
"name": "testnet-contracts",
"version": "1.1.0",
"description": "Dependencies and scripts for Peggy smart contracts",
"private": true,
"author": "Denali Marsh",
"license": "ISC",
"workspaces": [
"testnet-contracts"
],
"scripts": {
"develop": "yarn workspace testnet-contracts develop",
"migrate": "yarn workspace testnet-contracts migrate",
"peggy:address": "yarn workspace testnet-contracts peggy:address",
"peggy:lock": "yarn workspace testnet-contracts peggy:lock",
"peggy:abi": "yarn workspace testnet-contracts peggy:abi",
"token:address": "yarn workspace testnet-contracts token:address",
"token:mint": "yarn workspace testnet-contracts token:mint",
"token:approve": "yarn workspace testnet-contracts token:approve"
},
"dependencies": {
"truffle-hdwallet-provider": "^1.0.17"
}
}