8fbb94d15a
* feat: upgrade node to 20.0.0 * fix(auth): webauthn usage * fix: remove better-sqlite3 driver and unplug newrelic * fix: add sqlite3 lib to packages * chore: upgrade aws-sdk and localstack * fix: specs and node types * tmp: check if installing yarn helps linter and test cancellation issues * Revert "tmp: check if installing yarn helps linter and test cancellation issues" This reverts commiteacb4e28d1
. * fix: run tests separately * tmp: downgrade yarn release * Revert "tmp: downgrade yarn release" This reverts commita277454dbe
. * feat: upgrade to node 20.1.0 * Revert "fix: run tests separately" This reverts commit5755f2caf9
.
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "@standardnotes/server-monorepo",
|
|
"private": true,
|
|
"author": "Standard Notes",
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <19.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "yarn workspaces foreach -p -j 10 --verbose run lint",
|
|
"clean": "yarn workspaces foreach -p --verbose run clean",
|
|
"setup:env": "cp .env.sample .env && yarn workspaces foreach -p --verbose run setup:env",
|
|
"release": "lerna version --conventional-graduate --conventional-commits --yes -m \"chore(release): publish new version\"",
|
|
"publish": "lerna publish from-git --yes --no-verify-access --loglevel verbose",
|
|
"postversion": "./scripts/push-tags-one-by-one.sh",
|
|
"upgrade:snjs": "yarn workspaces foreach --verbose run upgrade:snjs"
|
|
},
|
|
"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": "^29.5.1",
|
|
"@types/newrelic": "^9.13.0",
|
|
"@types/node": "^20.1.0",
|
|
"eslint": "^8.39.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"ini": "^3.0.0",
|
|
"npm-check-updates": "^16.0.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"packageManager": "yarn@4.0.0-rc.43",
|
|
"dependencies": {
|
|
"newrelic": "^10.1.0"
|
|
},
|
|
"dependenciesMeta": {
|
|
"newrelic@10.1.0": {
|
|
"unplugged": true
|
|
}
|
|
}
|
|
}
|