web/packages/ui-services/package.json
StandardNotes CI 74ba220982
chore(release): publish
- @standardnotes/api@1.26.11
 - @standardnotes/clipper@1.1.48
 - @standardnotes/desktop@3.106.57
 - @standardnotes/encryption@1.21.39
 - @standardnotes/filepicker@1.28.48
 - @standardnotes/files@1.15.10
 - @standardnotes/icons@1.12.0
 - @standardnotes/mobile@3.53.57
 - @standardnotes/models@1.46.0
 - @standardnotes/releases@1.4.325
 - @standardnotes/services@1.60.0
 - @standardnotes/snjs@2.169.0
 - @standardnotes/styles@1.8.0
 - @standardnotes/toast@1.3.32
 - @standardnotes/ui-services@1.26.15
 - @standardnotes/utils@1.17.0
 - @standardnotes/web@3.162.0
2023-06-25 09:26:54 +00:00

37 lines
1010 B
JSON

{
"name": "@standardnotes/ui-services",
"version": "1.26.15",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"description": "UI Services for Standard Notes clients",
"main": "./src/index.ts",
"author": "Standard Notes",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
"tsc": "tsc --project tsconfig.json",
"lint": "eslint src --ext .ts",
"test": "jest spec"
},
"dependencies": {
"@standardnotes/common": "^1.46.6",
"@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": "*"
}
}