aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/package.json
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-09-20 08:30:34 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-12-05 06:24:03 +0800
commit4e6919a6e58d76766098262664c78f92d888337d (patch)
tree649bc1c711a498c6718f36994283f65c3e56aba1 /packages/pipeline/package.json
parentd71fa6535987a0f13900f8e31dbb51772c12fc4f (diff)
downloaddexon-0x-contracts-4e6919a6e58d76766098262664c78f92d888337d.tar
dexon-0x-contracts-4e6919a6e58d76766098262664c78f92d888337d.tar.gz
dexon-0x-contracts-4e6919a6e58d76766098262664c78f92d888337d.tar.bz2
dexon-0x-contracts-4e6919a6e58d76766098262664c78f92d888337d.tar.lz
dexon-0x-contracts-4e6919a6e58d76766098262664c78f92d888337d.tar.xz
dexon-0x-contracts-4e6919a6e58d76766098262664c78f92d888337d.tar.zst
dexon-0x-contracts-4e6919a6e58d76766098262664c78f92d888337d.zip
Add typeorm and begin inserting database records
Diffstat (limited to 'packages/pipeline/package.json')
-rw-r--r--packages/pipeline/package.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json
index cdcd5ed18..d81ea2668 100644
--- a/packages/pipeline/package.json
+++ b/packages/pipeline/package.json
@@ -30,13 +30,13 @@
"license": "Apache-2.0",
"devDependencies": {
"@0xproject/tslint-config": "^1.0.7",
- "tslint": "5.11.0",
- "typescript": "3.0.1",
- "mocha": "^5.2.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
- "dirty-chai": "^2.0.1"
+ "dirty-chai": "^2.0.1",
+ "mocha": "^5.2.0",
+ "tslint": "5.11.0",
+ "typescript": "3.0.1"
},
"dependencies": {
"@0xproject/contract-wrappers": "^1.0.1",
@@ -45,6 +45,9 @@
"@types/ramda": "^0.25.38",
"axios": "^0.18.0",
"ethereum-types": "^1.0.6",
- "ramda": "^0.25.0"
+ "ramda": "^0.25.0",
+ "reflect-metadata": "^0.1.12",
+ "sqlite3": "^4.0.2",
+ "typeorm": "^0.2.7"
}
}