aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-11-13 23:56:22 +0800
committerFabio Berger <me@fabioberger.com>2017-11-13 23:56:22 +0800
commite6482554f59fa36e9466c01c62af026d62d09ea1 (patch)
tree951ea7134b169d46945d7fd63052611f833915f7 /package.json
parentc4ee2d73865a1444c079b9e2836b7630a0adf03e (diff)
downloaddexon-0x-contracts-e6482554f59fa36e9466c01c62af026d62d09ea1.tar
dexon-0x-contracts-e6482554f59fa36e9466c01c62af026d62d09ea1.tar.gz
dexon-0x-contracts-e6482554f59fa36e9466c01c62af026d62d09ea1.tar.bz2
dexon-0x-contracts-e6482554f59fa36e9466c01c62af026d62d09ea1.tar.lz
dexon-0x-contracts-e6482554f59fa36e9466c01c62af026d62d09ea1.tar.xz
dexon-0x-contracts-e6482554f59fa36e9466c01c62af026d62d09ea1.tar.zst
dexon-0x-contracts-e6482554f59fa36e9466c01c62af026d62d09ea1.zip
Add circle.yml and move testrpc command to top-level repo
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
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"
+ }
}