{
  "name": "les-utils",
  "version": "2.0.12",
  "description": "Utilities used by lesky",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "ava --watch",
    "test:cov": "c8 ava"
  },
  "files": [
    "index.d.ts",
    "index.js",
    "utils"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/richardeschloss/les-utils.git"
  },
  "keywords": [
    "lesky",
    "les",
    "utils",
    "koajs",
    "expressjs"
  ],
  "author": "Richard Schloss",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/richardeschloss/les-utils/issues"
  },
  "homepage": "https://github.com/richardeschloss/les-utils#readme",
  "dependencies": {
    "csv": "^5.4.0",
    "node-netstat": "^1.8.0",
    "progress": "^2.0.3",
    "stream": "^0.0.2",
    "xml2js": "^0.4.19"
  },
  "devDependencies": {
    "ava": "^3.15.0",
    "c8": "^7.6.0",
    "cookie": "^0.4.1",
    "eslint": "^7.22.0",
    "express": "^4.17.1"
  }
}
