{ "name": "@standardnotes/settings", "version": "1.23.1", "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", "provenance": true }, "repository": { "type": "git", "url": "git@github.com:standardnotes/server.git", "directory": "packages/settings" }, "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": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "eslint": "^8.39.0", "eslint-plugin-prettier": "^5.0.0", "prettier": "^3.0.3", "typescript": "^5.0.4" }, "dependencies": { "@standardnotes/domain-core": "workspace:^", "reflect-metadata": "^0.1.13" } }