{ "name": "@standardnotes/api-gateway", "version": "1.89.0", "engines": { "node": ">=18.0.0 <21.0.0" }, "description": "API Gateway For Standard Notes Services", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "dist/src/**/*.js", "dist/src/**/*.d.ts" ], "repository": { "type": "git", "url": "git@github.com:standardnotes/server.git", "directory": "packages/api-gateway" }, "author": "Karol Sójko ", "license": "AGPL-3.0-or-later", "publishConfig": { "access": "public", "provenance": true }, "scripts": { "clean": "rm -fr dist", "build": "tsc --build", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --fix --ext .ts", "setup:env": "cp .env.sample .env", "start": "yarn node dist/bin/server.js" }, "dependencies": { "@grpc/grpc-js": "^1.9.12", "@standardnotes/domain-core": "workspace:^", "@standardnotes/domain-events": "workspace:*", "@standardnotes/domain-events-infra": "workspace:*", "@standardnotes/grpc": "workspace:^", "@standardnotes/security": "workspace:*", "@standardnotes/time": "workspace:*", "agentkeepalive": "^4.5.0", "axios": "^1.6.1", "cors": "2.8.5", "dotenv": "^16.0.1", "express": "^4.18.2", "express-robots-txt": "^1.0.0", "helmet": "^7.0.0", "inversify": "^6.0.1", "inversify-express-utils": "^6.4.3", "ioredis": "^5.2.4", "jsonwebtoken": "^9.0.0", "prettyjson": "^1.2.5", "reflect-metadata": "0.1.13", "winston": "^3.8.1" }, "devDependencies": { "@types/cors": "^2.8.9", "@types/express": "^4.17.14", "@types/ioredis": "^5.0.0", "@types/jest": "^29.5.1", "@types/jsonwebtoken": "^9.0.1", "@types/node": "^20.5.7", "@types/prettyjson": "^0.0.30", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "eslint": "^8.39.0", "eslint-plugin-prettier": "^5.0.0", "jest": "^29.5.0", "prettier": "^3.0.3", "ts-jest": "^29.1.0", "typescript": "^5.0.4" } }