{
  "name": "wf-emulator",
  "version": "0.1.0",
  "description": "WF Emulator",
  "main": "index.ts",
  "scripts": {
    "start": "node --import ./build/src/pathman.js build/src/index.js",
    "dev": "ts-node-dev --openssl-legacy-provider -r tsconfig-paths/register src/index.ts ",
    "build": "tsc && copyfiles static/webui/** build",
    "lint": "eslint --ext .ts .",
    "lint:fix": "eslint --fix --ext .ts .",
    "prettier": "prettier --write ."
  },
  "license": "GNU",
  "dependencies": {
    "copyfiles": "^2.4.1",
    "express": "^5.0.0-beta.3",
    "mongoose": "^8.4.5",
    "warframe-public-export-plus": "^0.4.4",
    "warframe-riven-info": "^0.1.1",
    "winston": "^3.13.0",
    "winston-daily-rotate-file": "^5.0.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.20",
    "@types/morgan": "^1.9.9",
    "@typescript-eslint/eslint-plugin": "^7.14",
    "@typescript-eslint/parser": "^7.14",
    "eslint": "^8.56.0",
    "eslint-plugin-prettier": "^5.1.3",
    "morgan": "^1.10.0",
    "prettier": "^3.3.2",
    "ts-node-dev": "^2.0.0",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.5"
  },
  "engines": {
    "node": ">=18.15.0",
    "npm": ">=9.5.0"
  }
}
