mirror of
https://github.com/standardnotes/server
synced 2026-07-13 05:01:06 -04:00
403189c9e9
- @standardnotes/analytics@1.36.0 - @standardnotes/api-gateway@1.32.0 - @standardnotes/auth-server@1.46.0 - @standardnotes/common@1.41.0 - @standardnotes/domain-events-infra@1.9.0 - @standardnotes/domain-events@2.69.0 - @standardnotes/event-store@1.5.0 - @standardnotes/files-server@1.7.0 - @standardnotes/predicates@1.5.0 - @standardnotes/scheduler-server@1.11.0 - @standardnotes/security@1.5.0 - @standardnotes/settings@1.18.0 - @standardnotes/sncrypto-node@1.12.0 - @standardnotes/syncing-server@1.10.0 - @standardnotes/time@1.12.0 - @standardnotes/websockets-server@1.2.0 - @standardnotes/workspace-server@1.15.0
35 lines
809 B
JSON
35 lines
809 B
JSON
{
|
|
"name": "@standardnotes/settings",
|
|
"version": "1.18.0",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.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.30.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"dependencies": {
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|