mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
- @standardnotes/analytics@2.25.18 - @standardnotes/api-gateway@1.72.2 - @standardnotes/auth-server@1.136.0 - @standardnotes/common@1.50.2 - @standardnotes/domain-core@1.26.1 - @standardnotes/domain-events-infra@1.12.15 - @standardnotes/domain-events@2.118.0 - @standardnotes/event-store@1.11.24 - @standardnotes/files-server@1.22.3 - @standardnotes/home-server@1.15.7 - @standardnotes/revisions-server@1.28.0 - @standardnotes/scheduler-server@1.20.28 - @standardnotes/settings@1.21.26 - @standardnotes/sncrypto-node@1.15.4 - @standardnotes/syncing-server@1.87.0 - @standardnotes/websockets-server@1.10.22
39 lines
954 B
JSON
39 lines
954 B
JSON
{
|
|
"name": "@standardnotes/settings",
|
|
"version": "1.21.26",
|
|
"engines": {
|
|
"node": ">=18.0.0 <21.0.0"
|
|
},
|
|
"description": "Settings SDK for Standard Notes projects",
|
|
"main": "dist/src/index.js",
|
|
"author": "Standard Notes",
|
|
"types": "dist/src/index.d.ts",
|
|
"files": [
|
|
"dist/src/**/*.js",
|
|
"dist/src/**/*.d.ts"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"prestart": "yarn clean",
|
|
"start": "tsc -p tsconfig.json --watch",
|
|
"build": "tsc --build",
|
|
"lint": "eslint . --ext .ts"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/domain-core": "workspace:^",
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|