thiagoluiznunes/mock-json-server

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mock-user-auth",
  "version": "1.0.13",
  "description": "Mock-User-Auth is a mock user authentication API developed in Nodejs and Express using JWT as an authenticator",
  "private": false,
  "author": "Thiago Luiz Nunes <thiagoluiz.dev@gmail.com> (https://github.com/thiagoluiznunes)",
  "license": "MIT",
  "scripts": {
    "dev": "scripts/dev.sh",
    "build": "scripts/build.sh",
    "start": "scripts/start.sh",
    "lint": "scripts/lint.sh",
    "test": "scripts/test.sh",
    "coverage": "nyc --reporter=lcov npm test"
  },
  "dependencies": {
    "@babel/polyfill": "7.4.4",
    "body-parser": "1.18.3",
    "debug": "~2.6.9",
    "express": "~4.16.0",
    "faker": "4.1.0",
    "http-errors": "~1.6.2",
    "jsonwebtoken": "8.5.1",
    "morgan": "~1.9.0",
    "nodemon": "1.18.11"
  },
  "devDependencies": {
    "@babel/cli": "7.4.4",
    "@babel/core": "7.4.5",
    "@babel/node": "7.4.5",
    "@babel/preset-env": "7.4.5",
    "babel-plugin-istanbul": "5.1.4",
    "babel-polyfill": "6.26.0",
    "chai": "4.2.0",
    "chai-http": "4.2.1",
    "eslint": "5.16.0",
    "eslint-config-airbnb-base": "13.1.0",
    "eslint-plugin-import": "2.17.3",
    "mocha": "6.1.2",
    "mocha-lcov-reporter": "1.3.0",
    "nyc": "13.3.0"
  },
  "engines": {
    "node": "11.x",
    "npm": "6.x"
  },
  "keywords": [
    "JSON",
    "server",
    "express",
    "node",
    "http",
    "fake",
    "REST",
    "API",
    "prototyping",
    "mock",
    "mocking",
    "test",
    "testing",
    "rest",
    "data",
    "json-server",
    "middleware",
    "auth",
    "authentication",
    "authorization",
    "jwt",
    "chai",
    "mocha",
    "istanbul",
    "babel",
    "coverage"
  ],
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ThiagoLuizNunes/mock-json-server.git"
  },
  "bugs": {
    "url": "https://github.com/ThiagoLuizNunes/mock-json-server/issues"
  },
  "homepage": "https://github.com/ThiagoLuizNunes/mock-json-server#readme"
}