{
  "name": "@btpns/httpserver",
  "version": "0.0.20",
  "description": "Http Server Lib",
  "scripts": {
    "test": "npx jest",
    "start": "ts-node lib/index.ts",
    "prebuild": "rimraf build",
    "build": "tsc -p tsconfig.build.json",
    "publish-npm": "npm run build && npm publish",
    "lint": "tslint --project tsconfig.json -c tslint.json lib/*.ts"
  },
  "engines": {
    "node": ">= 8.11.4"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build"
  ],
  "keywords": [
    "compression",
    "gzip"
  ],
  "author": "btpns developers",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/ridarso.budhiarjo/test.git"
  },
  "devDependencies": {
    "@types/compression": "0.0.36",
    "@types/jest": "^24.0.12",
    "body-parser": "^1.19.0",
    "express": "^4.16.4",
    "jest": "^24.8.0",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.1.0",
    "tslint": "^5.16.0",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^3.4.5"
  },
  "dependencies": {
    "@btpns/util": "0.0.12",
    "compression": "^1.7.4"
  },
  "bundledDependencies": [
    "compression"
  ]
}
