mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
- @standardnotes/analytics@2.21.5 - @standardnotes/api-gateway@1.49.8 - @standardnotes/auth-server@1.93.13 - @standardnotes/domain-events-infra@1.9.74 - @standardnotes/event-store@1.7.7 - @standardnotes/files-server@1.10.9 - @standardnotes/revisions-server@1.12.12 - @standardnotes/scheduler-server@1.17.9 - @standardnotes/syncing-server@1.32.5 - @standardnotes/websockets-server@1.6.10
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "@standardnotes/api-gateway",
|
|
"version": "1.49.8",
|
|
"engines": {
|
|
"node": ">=18.0.0 <19.0.0"
|
|
},
|
|
"private": true,
|
|
"description": "API Gateway For Standard Notes Services",
|
|
"main": "dist/src/index.js",
|
|
"typings": "dist/src/index.d.ts",
|
|
"repository": "git@github.com:standardnotes/api-gateway.git",
|
|
"author": "Karol Sójko <karolsojko@standardnotes.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"build": "tsc --build",
|
|
"lint": "eslint . --ext .ts",
|
|
"setup:env": "cp .env.sample .env",
|
|
"start": "yarn node dist/bin/server.js",
|
|
"upgrade:snjs": "yarn ncu -u '@standardnotes/*'"
|
|
},
|
|
"dependencies": {
|
|
"@newrelic/winston-enricher": "^4.0.1",
|
|
"@sentry/node": "^7.28.1",
|
|
"@standardnotes/domain-core": "workspace:^",
|
|
"@standardnotes/domain-events": "workspace:*",
|
|
"@standardnotes/domain-events-infra": "workspace:*",
|
|
"@standardnotes/security": "workspace:*",
|
|
"@standardnotes/time": "workspace:*",
|
|
"axios": "^1.1.3",
|
|
"cors": "2.8.5",
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.18.2",
|
|
"express-robots-txt": "^1.0.0",
|
|
"helmet": "^6.0.0",
|
|
"inversify": "^6.0.1",
|
|
"inversify-express-utils": "^6.4.3",
|
|
"ioredis": "^5.2.4",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"newrelic": "^9.14.1",
|
|
"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.1.1",
|
|
"@types/jsonwebtoken": "^9.0.1",
|
|
"@types/newrelic": "^9.4.0",
|
|
"@types/prettyjson": "^0.0.30",
|
|
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
|
"eslint": "^8.32.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"jest": "^29.1.2",
|
|
"nodemon": "^2.0.19",
|
|
"npm-check-updates": "^16.0.1",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|