{
  "name": "plex-exporter",
  "version": "0.3.0",
  "scripts": {
    "build": "tsc",
    "lint": "tslint --project \"tsconfig.json\"",
    "start": "node ./dist",
    "start:dev": "cross-env NODE_ENV=development nodemon --config nodemon.json",
    "test": "nodemon --config nodemon.test.json",
    "auth": "ts-node ./src token",
    "prepack": "npm run build"
  },
  "bin": {
    "plex-exporter": "./bin/plex-exporter.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "dependencies": {
    "command-line-args": "^5.2.1",
    "cosmiconfig": "^7.0.1",
    "express": "^4.17.3",
    "express-async-errors": "^3.1.1",
    "http-status-codes": "^2.2.0",
    "morgan": "^1.10.0",
    "node-fetch": "^2.6.1",
    "plex-api": "^5.3.2",
    "prom-client": "^13.1.0",
    "tslib": "^2.3.1",
    "winston": "^3.6.0"
  },
  "devDependencies": {
    "@types/command-line-args": "^5.2.0",
    "@types/express": "^4.17.13",
    "@types/morgan": "^1.9.3",
    "@types/node": "^16.3.1",
    "@types/node-fetch": "^2.6.1",
    "cross-env": "^7.0.3",
    "fs-extra": "^10.0.1",
    "nodemon": "^2.0.15",
    "prettier": "^2.5.1",
    "ts-node": "^10.7.0",
    "tslint": "^6.1.3",
    "typescript": "^4.6.2"
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all"
  }
}
