swimlane/node-microservice-demo

View on GitHub
users/package.json

Summary

Maintainability
Test Coverage
{
  "name": "node-microservice-demo-users-service",
  "version": "1.0.0",
  "description": "User service for Nodejs + TypeScript + Swagger + Docker + Express seed project",
  "main": "index.js",
  "scripts": {
    "check": "npm-check --skip-unused",
    "start": "npm run clean && npm run build && node ./dist/index.js",
    "dev": "npm run clean && npm run watch && nodemon ./dist/index.js",
    "debug": "npm run clean && npm run watch && node-debug ./index.js",
    "clean": "./node_modules/rimraf/bin.js dist",
    "build": "./node_modules/typescript/bin/tsc",
    "watch": "./node_modules/typescript/bin/tsc --watch",
    "lint": "./node_modules/tslint/bin/tslint ./src/**/*.ts",
    "pretest": "npm run clean && npm run build",
    "test": "./node_modules/.bin/mocha ./dist/tests/**/*.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swimlane/node-microservice-demo.git"
  },
  "keywords": [
    "typescript",
    "swagger",
    "docker",
    "express"
  ],
  "engines": {
    "node": "~6.3"
  },
  "author": "Swimlane",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/swimlane/node-microservice-demo/issues"
  },
  "homepage": "https://github.com/swimlane/node-microservice-demod#readme",
  "dependencies": {
    "body-parser": "^1.15.2",
    "config": "^1.21.0",
    "cors": "^2.7.1",
    "express": "^4.14.0",
    "js-yaml": "^3.6.1",
    "neo4j-driver": "1.1.0-M01",
    "reflect-metadata": "^0.1.3",
    "routing-controllers": "^0.6.0-alpha.9",
    "swagger-client": "^2.1.15",
    "swagger-tools": "^0.10.1",
    "winston": "^2.2.0"
  },
  "devDependencies": {
    "@types/body-parser": "0.0.29",
    "@types/chai": "^3.4.26-alpha",
    "@types/config": "0.0.29",
    "@types/cors": "0.0.29",
    "@types/express": "^4.0.29",
    "@types/glob": "^5.0.29",
    "@types/js-yaml": "^3.5.25-alpha",
    "@types/mocha": "^2.2.25-alpha",
    "@types/mongodb": "^2.1.27-alpha",
    "@types/node": "^4.0.26-alpha",
    "@types/passport": "^0.2.27",
    "@types/passport-jwt": "^2.0.18",
    "@types/serve-static": "^1.7.27",
    "@types/socket.io": "^1.4.26",
    "@types/supertest": "^2.0.3",
    "@types/winston": "^2.2.25-alpha",
    "chai": "^3.5.0",
    "mocha": "^2.5.3",
    "rimraf": "^2.5.2",
    "supertest": "^3.0.0",
    "tslint": "^3.12.0-dev.2",
    "typescript": "^2.0.0"
  }
}