Files
standardnotes-app-web/packages/ui-services/package.json
StandardNotes CI c045eb1459 chore(release): publish
- @standardnotes/blocks-editor@1.9.1
 - @standardnotes/desktop@3.102.10
 - @standardnotes/icons@1.6.1
 - @standardnotes/mobile@3.47.10
 - @standardnotes/releases@1.4.11
 - @standardnotes/toast@1.3.12
 - @standardnotes/ui-services@1.17.2
 - @standardnotes/web@3.111.2
2022-11-28 10:17:02 +00:00

37 lines
1009 B
JSON

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