tieme-ndo/backend

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "tieme_ndo_backend",
  "version": "1.0.0",
  "description": "Create API endpoints for Tieme Ndo",
  "main": "start.js",
  "scripts": {
    "start": "node start.js",
    "dev": "cross-env NODE_ENV=development nodemon start.js",
    "test": "cross-env NODE_ENV=test nyc mocha --timeout 10000 tests/*.js --exit",
    "dev-test": "nodemon --exec \"cross-env NODE_ENV=test mocha --timeout 10000 tests/*.js -R spec -b\"",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
    "coverage": "DB_ENV=testing nyc report --reporter=text-lcov | coveralls && nyc report --reporter=lcov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tieme-ndo/backend.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tieme-ndo/backend/issues"
  },
  "homepage": "https://github.com/tieme-ndo/backend#readme",
  "dependencies": {
    "@hapi/joi": "^15.1.1",
    "@sentry/node": "^5.6.2",
    "bcrypt": "^3.0.6",
    "chai": "^4.2.0",
    "chai-http": "^4.3.0",
    "cors": "^2.8.5",
    "coveralls": "^3.0.6",
    "cross-env": "^5.2.0",
    "dotenv": "^8.1.0",
    "dotize": "^0.3.0",
    "express": "^4.17.1",
    "helmet": "^3.20.0",
    "jsonwebtoken": "^8.5.1",
    "mocha": "^6.2.0",
    "mongoose": "^5.6.9",
    "morgan": "^1.9.1",
    "nyc": "^14.1.1"
  },
  "devDependencies": {
    "eslint": "^6.2.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "nodemon": "^1.19.1"
  }
}