- @standardnotes/api@1.25.12 - @standardnotes/clipper@1.0.3 - @standardnotes/desktop@3.105.48 - @standardnotes/encryption@1.21.25 - @standardnotes/features@1.58.14 - @standardnotes/filepicker@1.28.30 - @standardnotes/files@1.14.40 - @standardnotes/icons@1.10.9 - @standardnotes/mobile@3.51.81 - @standardnotes/models@1.43.13 - @standardnotes/releases@1.4.224 - @standardnotes/responses@1.13.15 - @standardnotes/services@1.57.13 - @standardnotes/snjs@2.166.20 - @standardnotes/toast@1.3.28 - @standardnotes/ui-services@1.24.43 - @standardnotes/web@3.150.48
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "@standardnotes/services",
|
|
"version": "1.57.13",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"description": "Services for Standard Notes SNJS library",
|
|
"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",
|
|
"lint:fix": "eslint src --ext .ts --fix",
|
|
"test": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/api": "workspace:^",
|
|
"@standardnotes/common": "^1.46.4",
|
|
"@standardnotes/domain-core": "^1.11.3",
|
|
"@standardnotes/encryption": "workspace:^",
|
|
"@standardnotes/files": "workspace:^",
|
|
"@standardnotes/models": "workspace:^",
|
|
"@standardnotes/responses": "workspace:*",
|
|
"@standardnotes/security": "^1.7.5",
|
|
"@standardnotes/sncrypto-common": "workspace:^",
|
|
"@standardnotes/utils": "workspace:*",
|
|
"reflect-metadata": "^0.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.2.3",
|
|
"@typescript-eslint/eslint-plugin": "*",
|
|
"@typescript-eslint/parser": "*",
|
|
"eslint": "^8.27.0",
|
|
"eslint-plugin-prettier": "*",
|
|
"jest": "^29.3.1",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "*"
|
|
}
|
|
}
|