diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package.json b/package.json index dc8fca428..ecb9dcee9 100644 --- a/package.json +++ b/package.json @@ -3,5 +3,14 @@ "name": "0x.js", "workspaces": [ "packages/*" - ] + ], + "scripts": { + "testrpc": "testrpc -p 8545 --networkId 50 -m \"${npm_package_config_mnemonic}\"", + }, + "config": { + "mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic" + }, + "devDependencies": { + "lerna": "^2.5.1" + } } |