From 881d32e73324b226bdc97f96fb583edb7a5311c1 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 5 Feb 2018 19:10:17 +0100 Subject: Temp --- .../long-lived-subscriptions-test/package.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 packages/long-lived-subscriptions-test/package.json (limited to 'packages/long-lived-subscriptions-test/package.json') diff --git a/packages/long-lived-subscriptions-test/package.json b/packages/long-lived-subscriptions-test/package.json new file mode 100644 index 000000000..ec45d631a --- /dev/null +++ b/packages/long-lived-subscriptions-test/package.json @@ -0,0 +1,25 @@ +{ + "name": "long-lived-subscriptions-test", + "version": "0.0.1", + "description": "", + "scripts": { + "build:watch": "tsc -w", + "build": "tsc", + "start": "node lib/index.js", + "clean": "shx rm -rf lib", + "lint": "tslint --project . 'src/**/*.ts'" + }, + "dependencies": { + "0x.js": "^0.31.1", + "lodash": "^4.17.4", + "web3": "^0.20.0" + }, + "devDependencies": { + "@0xproject/tslint-config": "^0.4.6", + "@types/lodash": "^4.14.86", + "shx": "^0.2.2", + "tslint": "5.8.0", + "typescript": "2.7.1", + "web3-typescript-typings": "^0.9.8" + } +} -- cgit v1.2.3