{ "name": "@standardnotes/server-monorepo", "private": true, "author": "Standard Notes", "workspaces": { "packages": [ "packages/*" ] }, "engines": { "node": ">=16.0.0 <17.0.0" }, "scripts": { "lint": "yarn workspaces foreach -p -j 10 --verbose run lint", "lint:auth": "yarn workspace @standardnotes/auth-server lint", "lint:scheduler": "yarn workspace @standardnotes/scheduler-server lint", "lint:syncing-server": "yarn workspace @standardnotes/syncing-server lint", "lint:files": "yarn workspace @standardnotes/files-server lint", "lint:api-gateway": "yarn workspace @standardnotes/api-gateway lint", "test": "yarn workspaces foreach -p -j 10 --verbose run test", "test:auth": "yarn workspace @standardnotes/auth-server test", "test:scheduler": "yarn workspace @standardnotes/scheduler-server test", "test:syncing-server": "yarn workspace @standardnotes/syncing-server test", "test:files": "yarn workspace @standardnotes/files-server test", "clean": "yarn workspaces foreach -p --verbose run clean", "setup:env": "cp .env.sample .env && yarn workspaces foreach -p --verbose run setup:env", "build": "yarn workspaces foreach -pt -j 10 --verbose run build", "build:auth": "yarn workspace @standardnotes/auth-server build", "build:scheduler": "yarn workspace @standardnotes/scheduler-server build", "build:syncing-server": "yarn workspace @standardnotes/syncing-server build", "build:files": "yarn workspace @standardnotes/files-server build", "build:api-gateway": "yarn workspace @standardnotes/api-gateway build", "start:auth": "yarn workspace @standardnotes/auth-server start", "start:auth-worker": "yarn workspace @standardnotes/auth-server worker", "start:scheduler": "yarn workspace @standardnotes/scheduler-server worker", "start:syncing-server": "yarn workspace @standardnotes/syncing-server start", "start:syncing-server-worker": "yarn workspace @standardnotes/syncing-server worker", "start:files": "yarn workspace @standardnotes/files-server start", "start:files-worker": "yarn workspace @standardnotes/files-server worker", "start:api-gateway": "yarn workspace @standardnotes/api-gateway start", "release:prod": "lerna version --conventional-graduate --conventional-commits --yes -m \"chore(release): publish new version\"", "postversion": "./scripts/push-tags-one-by-one.sh" }, "devDependencies": { "@commitlint/cli": "^17.0.2", "@commitlint/config-conventional": "^17.0.2", "@lerna-lite/cli": "^1.5.1", "@lerna-lite/list": "^1.5.1", "@lerna-lite/run": "^1.5.1", "@types/jest": "^28.1.3", "@types/newrelic": "^7.0.3", "@types/node": "^18.0.0", "@typescript-eslint/parser": "^5.29.0", "eslint": "^8.17.0", "eslint-config-prettier": "^8.5.0", "prettier": "^2.7.1", "ts-node": "^10.8.1", "typescript": "^4.7.4" }, "packageManager": "yarn@3.2.1", "dependencies": { "@sentry/node": "^7.3.0", "newrelic": "^8.14.1" } }