2023-05-09 10:49:34 +00:00
|
|
|
{
|
|
|
|
"name": "@standardnotes/home-server",
|
2024-03-18 10:22:49 +00:00
|
|
|
"version": "1.22.68",
|
2023-05-09 10:49:34 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=18.0.0 <21.0.0"
|
|
|
|
},
|
|
|
|
"description": "Standard Notes Home Server",
|
|
|
|
"main": "dist/src/index.js",
|
|
|
|
"typings": "dist/src/index.d.ts",
|
2023-11-27 08:53:16 +00:00
|
|
|
"repository": {
|
2023-11-27 09:14:33 +00:00
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:standardnotes/server.git",
|
2023-11-27 08:53:16 +00:00
|
|
|
"directory": "packages/home-server"
|
|
|
|
},
|
2023-05-31 08:41:49 +00:00
|
|
|
"author": "Karol Sójko <karol@standardnotes.com>",
|
|
|
|
"publishConfig": {
|
2023-11-27 08:20:10 +00:00
|
|
|
"access": "public",
|
|
|
|
"provenance": true
|
2023-05-31 08:41:49 +00:00
|
|
|
},
|
2023-05-09 10:49:34 +00:00
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rm -fr dist",
|
|
|
|
"build": "tsc --build",
|
|
|
|
"lint": "eslint . --ext .ts",
|
2023-06-02 12:15:39 +00:00
|
|
|
"lint:fix": "eslint . --ext .ts --fix",
|
2023-05-09 10:49:34 +00:00
|
|
|
"start": "yarn node dist/bin/server.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@standardnotes/api-gateway": "workspace:^",
|
2023-05-16 09:38:56 +00:00
|
|
|
"@standardnotes/auth-server": "workspace:^",
|
|
|
|
"@standardnotes/domain-core": "workspace:^",
|
2023-05-17 07:23:48 +00:00
|
|
|
"@standardnotes/domain-events-infra": "workspace:^",
|
2023-05-29 12:45:49 +00:00
|
|
|
"@standardnotes/files-server": "workspace:^",
|
2023-05-25 10:57:05 +00:00
|
|
|
"@standardnotes/revisions-server": "workspace:^",
|
2023-05-17 13:38:12 +00:00
|
|
|
"@standardnotes/syncing-server": "workspace:^",
|
2023-05-09 10:49:34 +00:00
|
|
|
"cors": "2.8.5",
|
|
|
|
"dotenv": "^16.0.1",
|
|
|
|
"express": "^4.18.2",
|
|
|
|
"express-robots-txt": "^1.0.0",
|
2023-08-30 05:48:00 +00:00
|
|
|
"helmet": "^7.0.0",
|
2023-05-09 10:49:34 +00:00
|
|
|
"inversify": "^6.0.1",
|
|
|
|
"inversify-express-utils": "^6.4.3",
|
2023-12-28 10:05:06 +00:00
|
|
|
"reflect-metadata": "^0.2.1",
|
2023-05-09 10:49:34 +00:00
|
|
|
"winston": "^3.8.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/cors": "^2.8.9",
|
|
|
|
"@types/express": "^4.17.14",
|
2023-09-04 06:22:42 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
2023-09-01 14:14:51 +00:00
|
|
|
"@typescript-eslint/parser": "^6.5.0",
|
2023-05-09 10:49:34 +00:00
|
|
|
"eslint": "^8.39.0",
|
2023-09-01 14:14:51 +00:00
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
|
|
"prettier": "^3.0.3",
|
2023-05-09 10:49:34 +00:00
|
|
|
"typescript": "^5.0.4"
|
|
|
|
}
|
|
|
|
}
|