{
  "name": "@ekliptor/apputils",
  "version": "0.1.24",
  "description": "Basic helper functions for HTTP requests, file system, logging, JSON parsing and other basics of a web app.",
  "main": "build/utils",
  "typings": "build/utils.d.ts",
  "private": false,
  "bundleUpdate": true,
  "author": "Ekliptor",
  "license": "GPL",
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "nodejs",
    "webapp",
    "mongodb",
    "logger"
  ],
  "homepage": "https://github.com/Ekliptor/apputils",
  "repository": "https://github.com/Ekliptor/apputils.git",
  "dependencies": {
    "@ekliptor/multihttpdispatcher": "^1.0.1",
    "app-root-path": "^1.0.0",
    "base64-url": "^1.3.2",
    "ejson": "^2.1.2",
    "entities": "^1.1.1",
    "escape-html": "^1.0.3",
    "hi-base32": "^0.2.0",
    "iconv-lite": "^0.6.3",
    "mime": "^1.3.4",
    "nconf": "^0.10.0",
    "request": "^2.79.0",
    "sprintf-js": "^1.1.1",
    "strip-bom": "^3.0.0",
    "tough-cookie-filestore": "0.0.1",
    "triple-beam": "^1.3.0",
    "winston": "^2.4.0",
    "winston-cluster": "^0.2.1",
    "winston-mongodb": "^4.0.0-rc1"
  },
  "devDependencies": {
    "@types/app-root-path": "^1.2.4",
    "@types/ejson": "^2.1.2",
    "@types/escape-html": "0.0.19",
    "@types/mime": "0.0.29",
    "@types/nconf": "0.0.33",
    "@types/node": "^25",
    "@types/phantom": "^3.2.0",
    "@types/progress": "^1.1.28",
    "@types/request": "^2.0.3",
    "@types/sprintf-js": "0.0.27",
    "@types/strip-bom": "^3.0.0",
    "@types/winston": "^2.3.7",
    "typescript": "^6.0.3"
  }
}
