Files
standardnotes-app-web/packages/services/package.json
StandardNotes CI d4db3e055c chore(release): publish
- @standardnotes/clipper@1.1.69
 - @standardnotes/desktop@3.108.0
 - @standardnotes/mobile@3.54.4
 - @standardnotes/releases@1.4.346
 - @standardnotes/services@1.62.0
 - @standardnotes/snjs@2.201.3
 - @standardnotes/ui-services@1.27.3
 - @standardnotes/web@3.165.0
2023-07-04 15:29:47 +00:00

44 lines
1.3 KiB
JSON

{
"name": "@standardnotes/services",
"version": "1.62.0",
"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 && yarn tsc",
"lint:fix": "eslint src --ext .ts --fix",
"test": "jest"
},
"dependencies": {
"@standardnotes/api": "workspace:^",
"@standardnotes/common": "^1.48.3",
"@standardnotes/domain-core": "^1.12.0",
"@standardnotes/encryption": "workspace:^",
"@standardnotes/features": "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",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"eslint": "^8.27.0",
"eslint-plugin-prettier": "*",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "*"
}
}