58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "@standardnotes/scheduler-server",
|
|
"version": "1.13.18",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"private": true,
|
|
"description": "Scheduler Server",
|
|
"main": "dist/src/index.js",
|
|
"typings": "dist/src/index.d.ts",
|
|
"author": "Karol Sójko <karol@standardnotes.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"build": "tsc --build",
|
|
"lint": "eslint . --ext .ts",
|
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
"pretest": "yarn lint && yarn build",
|
|
"test": "jest --coverage --config=./jest.config.js --maxWorkers=50%",
|
|
"worker": "yarn node dist/bin/worker.js",
|
|
"verify:jobs": "yarn node dist/bin/verify.js",
|
|
"setup:env": "cp .env.sample .env",
|
|
"typeorm": "typeorm-ts-node-commonjs",
|
|
"upgrade:snjs": "yarn ncu -u '@standardnotes/*'"
|
|
},
|
|
"dependencies": {
|
|
"@newrelic/winston-enricher": "^4.0.0",
|
|
"@sentry/node": "^7.3.0",
|
|
"@standardnotes/common": "workspace:*",
|
|
"@standardnotes/domain-events": "workspace:*",
|
|
"@standardnotes/domain-events-infra": "workspace:*",
|
|
"@standardnotes/predicates": "workspace:*",
|
|
"@standardnotes/time": "workspace:*",
|
|
"aws-sdk": "^2.1158.0",
|
|
"dayjs": "^1.11.6",
|
|
"dotenv": "^16.0.1",
|
|
"inversify": "^6.0.1",
|
|
"ioredis": "^5.2.0",
|
|
"mysql2": "^2.3.3",
|
|
"newrelic": "^9.6.0",
|
|
"reflect-metadata": "^0.1.13",
|
|
"typeorm": "^0.3.6",
|
|
"winston": "^3.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ioredis": "^4.28.10",
|
|
"@types/jest": "^29.1.1",
|
|
"@types/newrelic": "^7.0.4",
|
|
"@types/node": "^18.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
|
"eslint": "^8.14.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"jest": "^29.1.2",
|
|
"npm-check-updates": "^16.0.1",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|