2073c735a5
- @standardnotes/analytics@2.25.15 - @standardnotes/api-gateway@1.71.0 - @standardnotes/auth-server@1.133.0 - @standardnotes/domain-events-infra@1.12.12 - @standardnotes/domain-events@2.115.1 - @standardnotes/event-store@1.11.21 - @standardnotes/files-server@1.21.0 - @standardnotes/home-server@1.14.2 - @standardnotes/revisions-server@1.26.9 - @standardnotes/scheduler-server@1.20.25 - @standardnotes/security@1.10.0 - @standardnotes/syncing-server@1.82.0 - @standardnotes/websockets-server@1.10.19
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "@standardnotes/home-server",
|
|
"version": "1.14.2",
|
|
"engines": {
|
|
"node": ">=18.0.0 <21.0.0"
|
|
},
|
|
"description": "Standard Notes Home Server",
|
|
"main": "dist/src/index.js",
|
|
"typings": "dist/src/index.d.ts",
|
|
"repository": "git@github.com:standardnotes/server.git",
|
|
"author": "Karol Sójko <karol@standardnotes.com>",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"build": "tsc --build",
|
|
"lint": "eslint . --ext .ts",
|
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
"start": "yarn node dist/bin/server.js"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/api-gateway": "workspace:^",
|
|
"@standardnotes/auth-server": "workspace:^",
|
|
"@standardnotes/domain-core": "workspace:^",
|
|
"@standardnotes/domain-events-infra": "workspace:^",
|
|
"@standardnotes/files-server": "workspace:^",
|
|
"@standardnotes/revisions-server": "workspace:^",
|
|
"@standardnotes/syncing-server": "workspace:^",
|
|
"cors": "2.8.5",
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.18.2",
|
|
"express-robots-txt": "^1.0.0",
|
|
"helmet": "^6.0.0",
|
|
"inversify": "^6.0.1",
|
|
"inversify-express-utils": "^6.4.3",
|
|
"prettyjson": "^1.2.5",
|
|
"reflect-metadata": "0.1.13",
|
|
"winston": "^3.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.9",
|
|
"@types/express": "^4.17.14",
|
|
"@types/prettyjson": "^0.0.30",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
"@typescript-eslint/parser": "^5.59.2",
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|