{ "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", "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", "clean": "yarn workspaces foreach -p --verbose run clean", "setup: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", "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", "release:beta": "lerna version --conventional-prerelease --conventional-commits --yes -m \"chore(release): publish\"" }, "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", "@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" }