{
  "name": "@t2ee/luke",
  "version": "1.3.0",
  "description": "",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "test-typescript": "rm -rf test-dist && tsc -p tsconfig.test.json",
    "test": "npm run build && npm run test-typescript && npm run mocha",
    "mocha": "mocha test-dist/*.js --require source-map-support/register",
    "coverage": "npm run test-typescript && npm run istanbul",
    "istanbul": "istanbul cover _mocha test-dist/*.js",
    "typescript": "tsc -p tsconfig.json"
  },
  "author": "Qiaosen Huang",
  "license": "MIT",
  "dependencies": {
    "@types/amqplib": "^0.3.29",
    "@types/chai": "^3.4.32",
    "@types/debug": "0.0.28",
    "@types/mocha": "^2.2.31",
    "@types/node": "^6.0.37",
    "@types/q": "0.0.29",
    "@types/redis": "^0.12.32",
    "@types/socket.io": "^1.4.27",
    "@types/socket.io-client": "^1.4.27",
    "amqplib": "^0.4.2",
    "app-module-path": "^1.1.0",
    "debug": "^2.2.0",
    "kalm-j": "^1.3.5",
    "q": "^1.4.1",
    "redis": "^2.6.2",
    "reflect-metadata": "^0.1.8",
    "socket.io": "^1.4.8",
    "socket.io-client": "^1.4.8",
    "source-map-support": "^0.4.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.2"
  }
}
