{ "name": "@standardnotes/ui-services", "version": "1.13.14", "engines": { "node": ">=16.0.0 <17.0.0" }, "description": "UI Services for Standard Notes clients", "main": "dist/index.js", "author": "Standard Notes", "types": "dist/index.d.ts", "files": [ "dist" ], "private": true, "license": "AGPL-3.0-or-later", "scripts": { "clean": "rm -fr dist", "prestart": "yarn clean", "start": "tsc -p tsconfig.json --watch", "prebuild": "yarn clean", "build": "tsc -p tsconfig.json", "lint": "eslint src --ext .ts", "test": "jest spec" }, "dependencies": { "@standardnotes/common": "^1.45.0", "@standardnotes/features": "workspace:^", "@standardnotes/filepicker": "workspace:^", "@standardnotes/services": "workspace:^", "@standardnotes/styles": "workspace:^", "@standardnotes/toast": "workspace:^", "@standardnotes/utils": "workspace:^" }, "devDependencies": { "@types/jest": "^29.2.3", "@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/parser": "*", "eslint": "*", "eslint-plugin-prettier": "*", "jest": "^29.3.1", "ts-jest": "^29.0.3", "typescript": "*" } }