basis-stack/basis

View on GitHub
packages/server/package.json

Summary

Maintainability
Test Coverage
{
  "name": "basis-server",
  "version": "0.0.35",
  "description": "The core framework, middleware and runtime components for the Basis web server",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"No tests\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/basis-stack/basis.git"
  },
  "keywords": [
    "node",
    "es6",
    "basis",
    "express"
  ],
  "author": "Justin Ware <wareisjustin@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/basis-stack/basis/issues"
  },
  "homepage": "https://github.com/basis-stack/basis#readme",
  "dependencies": {
    "body-parser": "^1.20.0",
    "classnames": "^2.3.1",
    "compression": "^1.7.4",
    "cookie-parser": "^1.4.6",
    "ejs": "^3.1.8",
    "express": "^4.18.1",
    "helmet": "^5.1.0",
    "http-status": "^1.5.2",
    "jsonfile": "^6.1.0",
    "lodash": "^4.17.21",
    "morgan": "^1.10.0",
    "object-assign-deep": "^0.4.0",
    "passport": "^0.6.0",
    "reflect-metadata": "^0.1.13",
    "require-relative": "^0.8.7",
    "winston": "^3.8.1",
    "ws": "^8.8.0"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "proxyquire": "^2.1.3",
    "sinon": "^14.0.0"
  }
}