mirror of
https://github.com/standardnotes/server.git
synced 2026-01-12 06:53:23 +00:00
- @standardnotes/analytics@2.34.18 - @standardnotes/api-gateway@1.92.2 - @standardnotes/auth-server@1.178.6 - @standardnotes/common@1.52.4 - @standardnotes/domain-core@1.41.3 - @standardnotes/files-server@1.38.3 - @standardnotes/home-server@1.23.2 - @standardnotes/revisions-server@1.51.19 - @standardnotes/scheduler-server@1.27.23 - @standardnotes/settings@1.23.4 - @standardnotes/syncing-server@1.136.5 - @standardnotes/websockets-server@1.22.14
71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"name": "@standardnotes/revisions-server",
|
|
"version": "1.51.19",
|
|
"engines": {
|
|
"node": ">=18.0.0 <21.0.0"
|
|
},
|
|
"description": "Revisions Server",
|
|
"main": "dist/src/index.js",
|
|
"typings": "dist/src/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:standardnotes/server.git",
|
|
"directory": "packages/revisions"
|
|
},
|
|
"author": "Karol Sójko <karol@standardnotes.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"setup:env": "cp .env.sample .env",
|
|
"build": "tsc --build",
|
|
"lint": "eslint . --ext .ts",
|
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
"test": "jest --coverage --no-cache --config=./jest.config.js --maxWorkers=2",
|
|
"start": "yarn node dist/bin/server.js",
|
|
"worker": "yarn node dist/bin/worker.js"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.484.0",
|
|
"@aws-sdk/client-sns": "^3.484.0",
|
|
"@aws-sdk/client-sqs": "^3.484.0",
|
|
"@standardnotes/api": "^1.26.26",
|
|
"@standardnotes/common": "workspace:^",
|
|
"@standardnotes/domain-core": "workspace:^",
|
|
"@standardnotes/domain-events": "workspace:*",
|
|
"@standardnotes/domain-events-infra": "workspace:*",
|
|
"@standardnotes/responses": "^1.13.27",
|
|
"@standardnotes/security": "workspace:^",
|
|
"@standardnotes/time": "workspace:^",
|
|
"cors": "2.8.5",
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.18.2",
|
|
"inversify": "^6.0.1",
|
|
"inversify-express-utils": "^6.4.3",
|
|
"ioredis": "^5.3.2",
|
|
"mysql2": "^3.9.7",
|
|
"reflect-metadata": "^0.2.1",
|
|
"sqlite3": "^5.1.6",
|
|
"typeorm": "^0.3.17",
|
|
"winston": "^3.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.9",
|
|
"@types/dotenv": "^8.2.0",
|
|
"@types/express": "^4.17.14",
|
|
"@types/ioredis": "^5.0.0",
|
|
"@types/jest": "^29.5.1",
|
|
"@types/node": "^20.5.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"jest": "^29.5.0",
|
|
"prettier": "^3.0.3",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|