mirror of
https://github.com/standardnotes/server
synced 2026-07-13 05:01:06 -04:00
66da49b0df
- @standardnotes/api-gateway@1.53.0 - @standardnotes/home-server@1.1.0
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@standardnotes/home-server",
|
|
"version": "1.1.0",
|
|
"engines": {
|
|
"node": ">=18.0.0 <21.0.0"
|
|
},
|
|
"private": true,
|
|
"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 <karolsojko@standardnotes.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"build": "tsc --build",
|
|
"lint": "eslint . --ext .ts",
|
|
"start": "yarn node dist/bin/server.js"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/api-gateway": "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",
|
|
"reflect-metadata": "0.1.13",
|
|
"winston": "^3.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.9",
|
|
"@types/express": "^4.17.14",
|
|
"@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"
|
|
}
|
|
}
|