-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.61 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
38
{
"name": "@dog/monorepo",
"version": "1.0.0",
"keywords": [
"ethereum",
"react"
],
"private": true,
"scripts": {
"react-app:build": "yarn workspace @dog/react-app build --max-old-space-size=12288",
"react-app:eject": "yarn workspace @dog/react-app eject",
"react-app:start": "yarn workspace @dog/react-app start",
"react-app:test": "yarn workspace @dog/react-app test",
"server:test": "yarn workspace @dog/server test",
"server:start": "yarn workspace @dog/server dev",
"server:stop": "yarn workspace @dog/server stop",
"chain": "yarn workspace @dog/hardhat chain",
"fork": "yarn workspace @dog/hardhat fork",
"node": "yarn workspace @dog/hardhat chain",
"test": "yarn workspace @dog/hardhat test",
"start-deployment-tool": "yarn workspace @dog/deployment-tool start",
"compile": "yarn workspace @dog/hardhat compile",
"deploy": "yarn workspace @dog/hardhat deploy",
"watch": "yarn workspace @dog/hardhat watch",
"accounts": "yarn workspace @dog/hardhat accounts",
"balance": "yarn workspace @dog/hardhat balance",
"send": "yarn workspace @dog/hardhat send",
"generate": "yarn workspace @dog/hardhat generate",
"account": "yarn workspace @dog/hardhat account",
"mineContractAddress": "cd packages/hardhat && npx hardhat mineContractAddress",
"wallet": "cd packages/hardhat && npx hardhat wallet",
"fundedwallet": "cd packages/hardhat && npx hardhat fundedwallet",
"clean": "cd packages/hardhat && npx hardhat clean",
"fund-account": "yarn workspace @dog/hardhat fund-account"
},
"dependencies": {},
"devDependencies": {}
}