2022-06-23 09:33:14 +00:00
|
|
|
{
|
|
|
|
"name": "@standardnotes/api-gateway",
|
2022-06-27 21:57:06 +00:00
|
|
|
"version": "1.2.2",
|
2022-06-23 09:33:14 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0 <17.0.0"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"prebuild": "yarn clean",
|
|
|
|
"build": "tsc --rootDir ./",
|
|
|
|
"lint": "eslint . --ext .ts",
|
2022-06-24 13:18:41 +00:00
|
|
|
"setup:env": "cp .env.sample .env",
|
2022-06-23 09:33:14 +00:00
|
|
|
"start": "yarn node dist/bin/server.js",
|
2022-06-27 21:44:43 +00:00
|
|
|
"report": "yarn node dist/bin/report.js",
|
2022-06-27 21:47:19 +00:00
|
|
|
"upgrade:snjs": "yarn ncu -u '@standardnotes/*'"
|
2022-06-23 09:33:14 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@newrelic/winston-enricher": "^2.1.0",
|
2022-06-27 04:59:15 +00:00
|
|
|
"@sentry/node": "^7.3.0",
|
2022-06-23 09:33:14 +00:00
|
|
|
"@standardnotes/analytics": "^1.4.0",
|
|
|
|
"@standardnotes/auth": "3.19.2",
|
|
|
|
"@standardnotes/domain-events": "2.29.0",
|
|
|
|
"@standardnotes/domain-events-infra": "1.4.127",
|
|
|
|
"@standardnotes/time": "^1.7.0",
|
|
|
|
"aws-sdk": "^2.1160.0",
|
|
|
|
"axios": "0.24.0",
|
|
|
|
"cors": "2.8.5",
|
|
|
|
"dotenv": "8.2.0",
|
|
|
|
"express": "4.17.1",
|
|
|
|
"helmet": "4.4.1",
|
|
|
|
"inversify": "^6.0.1",
|
|
|
|
"inversify-express-utils": "^6.4.3",
|
|
|
|
"ioredis": "^5.0.6",
|
|
|
|
"jsonwebtoken": "8.5.1",
|
2022-06-24 13:18:41 +00:00
|
|
|
"newrelic": "^8.14.1",
|
2022-06-23 09:33:14 +00:00
|
|
|
"prettyjson": "1.2.1",
|
|
|
|
"reflect-metadata": "0.1.13",
|
|
|
|
"winston": "3.3.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/cors": "^2.8.9",
|
|
|
|
"@types/express": "^4.17.11",
|
|
|
|
"@types/ioredis": "^4.28.10",
|
|
|
|
"@types/jest": "^28.1.3",
|
|
|
|
"@types/jsonwebtoken": "^8.5.0",
|
2022-06-24 13:18:41 +00:00
|
|
|
"@types/newrelic": "^7.0.3",
|
2022-06-23 09:33:14 +00:00
|
|
|
"@types/prettyjson": "^0.0.29",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
|
|
|
"eslint": "^8.14.0",
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
|
"jest": "^28.1.1",
|
|
|
|
"nodemon": "^2.0.16",
|
2022-06-27 21:48:02 +00:00
|
|
|
"npm-check-updates": "^14.1.1",
|
2022-06-23 09:33:14 +00:00
|
|
|
"ts-jest": "^28.0.1"
|
|
|
|
}
|
|
|
|
}
|