{ "name": "userwallet-api-relay", "version": "1.0.0", "description": "Relay server for UserWallet decentralized login system", "type": "module", "main": "dist/index.js", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0", "type-check": "tsc --noEmit" }, "dependencies": { "express": "^4.18.2", "cors": "^2.8.5" }, "devDependencies": { "@types/express": "^4.17.21", "@types/cors": "^2.8.17", "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "@eslint/js": "^9.0.0", "eslint": "^8.55.0", "eslint-plugin-unused-imports": "^3.0.0", "typescript": "^5.2.2", "tsx": "^4.7.0" } }