Files
standardnotes-app-web/packages/ui-services/package.json
StandardNotes CI d5ec7d41b9 chore(release): publish
- @standardnotes/clipper@1.1.22
 - @standardnotes/desktop@3.106.31
 - @standardnotes/icons@1.10.10
 - @standardnotes/mobile@3.53.31
 - @standardnotes/releases@1.4.299
 - @standardnotes/snjs@2.168.10
 - @standardnotes/styles@1.7.7
 - @standardnotes/toast@1.3.29
 - @standardnotes/ui-services@1.26.8
 - @standardnotes/web@3.159.16
2023-05-16 15:30:01 +00:00

37 lines
1009 B
JSON

{
"name": "@standardnotes/ui-services",
"version": "1.26.8",
"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": "*"
}
}