{
  "name": "saco",
  "version": "2.2.1",
  "description": "A NodeJS production server for single page web apps",
  "main": "dist/src/Server.js",
  "engines": {
    "node": ">= 6.0.0"
  },
  "scripts": {
    "refresh": "npm run clean && npm i && npm run test",
    "clean": "rm -rf dist && rm -rf node_modules",
    "lint": "tslint --fix --project .",
    "pretest": "npm run lint && npm run build",
    "test": "cross-env NODE_ENV=test mocha dist/test --recursive",
    "build": "tsc -p .",
    "watch": "tsc -w",
    "http-demo": "cross-env NODE_ENV=production DEBUG=saco:* node demo/http-angular-cli-demo.js",
    "https-demo": "cross-env NODE_ENV=production DEBUG=saco:* node demo/https-vue-cli-demo.js",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bertolo1988/saco.git"
  },
  "keywords": [
    "server",
    "production",
    "cluster",
    "nodejs",
    "http",
    "https",
    "web",
    "front-end"
  ],
  "author": "bertolo1988 <tiagobertolo@gmail.com> (https://github.com/bertolo1988)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bertolo1988/saco/issues"
  },
  "homepage": "https://github.com/bertolo1988/saco#readme",
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/compression": "^0.0.36",
    "@types/debug": "4.1.2",
    "@types/mocha": "^5.2.6",
    "@types/node": "^11.11.3",
    "@types/request": "^2.47.0",
    "@types/rx": "^4.1.1",
    "chai": "^4.1.2",
    "chai-http": "^4.0.0",
    "cross-env": "^5.2.0",
    "extend": "^3.0.2",
    "mocha": "^6.0.2",
    "request": "^2.87.0",
    "tslint": "^5.14.0",
    "typescript": "^3.3.3333"
  },
  "dependencies": {
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "dateformat": "^3.0.3",
    "debug": "^4.1.1",
    "express": "^4.16.4",
    "hoek": "^6.1.2",
    "serve-favicon": "^2.5.0"
  }
}
