Files
standardnotes-app-web/packages/services/package.json
StandardNotes CI f751a98aea chore(release): publish
- @standardnotes/desktop@3.23.48
 - @standardnotes/encryption@1.12.0
 - @standardnotes/filepicker@1.19.0
 - @standardnotes/files@1.7.0
 - @standardnotes/mobile@3.28.1
 - @standardnotes/models@1.14.0
 - @standardnotes/releases@1.2.62
 - @standardnotes/services@1.15.0
 - @standardnotes/web-server@1.2.70
 - @standardnotes/web@3.35.0
2022-07-05 19:14:40 +00:00

44 lines
1.1 KiB
JSON

{
"name": "@standardnotes/services",
"version": "1.15.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"description": "Services for Standard Notes SNJS library",
"main": "dist/index.js",
"author": "Standard Notes",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"clean": "rm -fr dist",
"prestart": "yarn clean",
"start": "tsc -p tsconfig.json --watch",
"prebuild": "yarn clean",
"build": "tsc -p tsconfig.json",
"lint": "eslint . --ext .ts",
"test:unit": "jest spec --coverage"
},
"dependencies": {
"@standardnotes/auth": "^3.19.4",
"@standardnotes/common": "^1.23.1",
"@standardnotes/models": "workspace:*",
"@standardnotes/responses": "^1.6.39",
"@standardnotes/utils": "^1.6.12",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.12.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.3"
}
}