2022-06-17 10:47:25 +00:00
|
|
|
{
|
|
|
|
"name": "@standardnotes/server-monorepo",
|
|
|
|
"private": true,
|
|
|
|
"author": "Standard Notes",
|
|
|
|
"workspaces": {
|
|
|
|
"packages": [
|
|
|
|
"packages/*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"engines": {
|
2022-11-14 09:21:18 +00:00
|
|
|
"node": ">=18.0.0 <19.0.0"
|
2022-06-17 10:47:25 +00:00
|
|
|
},
|
2022-06-17 11:06:44 +00:00
|
|
|
"scripts": {
|
2022-06-22 10:33:00 +00:00
|
|
|
"lint": "yarn workspaces foreach -p -j 10 --verbose run lint",
|
|
|
|
"clean": "yarn workspaces foreach -p --verbose run clean",
|
2022-06-24 13:18:41 +00:00
|
|
|
"setup:env": "cp .env.sample .env && yarn workspaces foreach -p --verbose run setup:env",
|
2022-07-06 08:01:18 +00:00
|
|
|
"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",
|
2022-06-27 21:44:43 +00:00
|
|
|
"postversion": "./scripts/push-tags-one-by-one.sh",
|
|
|
|
"upgrade:snjs": "yarn workspaces foreach --verbose run upgrade:snjs"
|
2022-06-17 11:06:44 +00:00
|
|
|
},
|
2022-06-17 10:47:25 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "^17.0.2",
|
|
|
|
"@commitlint/config-conventional": "^17.0.2",
|
2022-06-20 08:31:54 +00:00
|
|
|
"@lerna-lite/cli": "^1.5.1",
|
|
|
|
"@lerna-lite/list": "^1.5.1",
|
|
|
|
"@lerna-lite/run": "^1.5.1",
|
2023-05-05 08:49:47 +00:00
|
|
|
"@types/jest": "^29.5.1",
|
2023-04-21 12:11:25 +00:00
|
|
|
"@types/newrelic": "^9.13.0",
|
2022-11-14 09:28:42 +00:00
|
|
|
"@types/node": "^18.11.9",
|
2022-10-19 08:36:30 +00:00
|
|
|
"@typescript-eslint/parser": "^5.40.1",
|
2023-01-20 09:16:04 +00:00
|
|
|
"eslint": "^8.32.0",
|
2023-01-23 10:07:03 +00:00
|
|
|
"eslint-config-prettier": "^8.6.0",
|
2022-06-27 21:52:20 +00:00
|
|
|
"ini": "^3.0.0",
|
2022-07-27 11:12:25 +00:00
|
|
|
"npm-check-updates": "^16.0.1",
|
2022-06-21 12:25:56 +00:00
|
|
|
"prettier": "^2.7.1",
|
2022-08-29 11:57:37 +00:00
|
|
|
"ts-node": "^10.9.1",
|
2022-10-19 08:25:01 +00:00
|
|
|
"typescript": "^4.8.4"
|
2022-06-17 10:47:25 +00:00
|
|
|
},
|
2023-05-05 08:34:23 +00:00
|
|
|
"packageManager": "yarn@4.0.0-rc.43",
|
2022-06-24 13:18:41 +00:00
|
|
|
"dependencies": {
|
2023-04-21 12:11:25 +00:00
|
|
|
"newrelic": "^10.0.0"
|
2022-06-24 13:18:41 +00:00
|
|
|
}
|
2022-06-17 10:47:25 +00:00
|
|
|
}
|