{ "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.1.1", "warframe-public-export-plus": "^0.4.1", "warframe-riven-info": "^0.1.0", "winston": "^3.11.0", "winston-daily-rotate-file": "^4.7.1" }, "devDependencies": { "@tsconfig/node20": "^1.0.0", "@types/express": "^4.17.20", "@types/morgan": "^1.9.7", "@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/parser": "^7.13.1", "eslint": "^8.56.0", "eslint-plugin-prettier": "^5.1.3", "morgan": "^1.10.0", "prettier": "^3.2.4", "ts-node-dev": "^2.0.0", "tsconfig-paths": "^4.2.0", "typescript": "^5.2.2" }, "engines": { "node": ">=18.15.0", "npm": ">=9.5.0" } }