{ "name": "@standardnotes/auth-server", "version": "1.1.3", "engines": { "node": ">=16.0.0 <17.0.0" }, "description": "Auth Server", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", "repository": "git@github.com:standardnotes/auth.git", "author": "Karol Sójko ", "license": "AGPL-3.0-or-later", "scripts": { "clean": "rm -fr dist", "setup:env": "cp .env.sample .env", "prebuild": "yarn clean", "build": "tsc --rootDir ./", "lint": "eslint . --ext .ts", "pretest": "yarn lint && yarn build", "test": "jest --coverage --config=./jest.config.js --maxWorkers=50%", "start": "yarn node dist/bin/server.js", "worker": "yarn node dist/bin/worker.js", "daily-backup:email": "yarn node dist/bin/backup.js email daily", "daily-backup:dropbox": "yarn node dist/bin/backup.js dropbox daily", "daily-backup:google_drive": "yarn node dist/bin/backup.js google_drive daily", "daily-backup:one_drive": "yarn node dist/bin/backup.js one_drive daily", "weekly-backup:email": "yarn node dist/bin/backup.js email weekly", "typeorm": "typeorm-ts-node-commonjs" }, "dependencies": { "@newrelic/winston-enricher": "^2.1.0", "@sentry/node": "^6.16.1", "@standardnotes/analytics": "^1.6.0", "@standardnotes/api": "^1.1.13", "@standardnotes/auth": "^3.19.2", "@standardnotes/common": "^1.23.0", "@standardnotes/domain-events": "^2.31.1", "@standardnotes/domain-events-infra": "^1.4.135", "@standardnotes/features": "^1.45.2", "@standardnotes/responses": "^1.6.15", "@standardnotes/scheduler": "^1.1.1", "@standardnotes/settings": "^1.14.2", "@standardnotes/sncrypto-common": "^1.8.1", "@standardnotes/sncrypto-node": "^1.8.1", "@standardnotes/time": "^1.6.8", "aws-sdk": "^2.1159.0", "axios": "0.24.0", "bcryptjs": "2.4.3", "cors": "2.8.5", "crypto-random-string": "3.3.0", "dayjs": "^1.11.3", "dotenv": "8.2.0", "express": "4.17.1", "inversify": "^6.0.1", "inversify-express-utils": "^6.4.3", "ioredis": "^5.0.6", "mysql2": "^2.3.3", "newrelic": "^8.14.1", "otplib": "12.0.1", "prettyjson": "1.2.1", "reflect-metadata": "0.1.13", "typeorm": "^0.3.6", "ua-parser-js": "1.0.2", "uuid": "8.3.2", "winston": "3.3.3" }, "devDependencies": { "@types/bcryptjs": "^2.4.2", "@types/cors": "^2.8.9", "@types/express": "^4.17.11", "@types/ioredis": "^4.28.10", "@types/jest": "^28.1.3", "@types/newrelic": "^7.0.3", "@types/otplib": "^10.0.0", "@types/prettyjson": "^0.0.29", "@types/ua-parser-js": "^0.7.36", "@types/uuid": "^8.3.0", "@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", "ts-jest": "^28.0.1" } }