- @standardnotes/api@1.24.1 - @standardnotes/desktop@3.104.94 - @standardnotes/encryption@1.21.1 - @standardnotes/features@1.58.1 - @standardnotes/filepicker@1.28.6 - @standardnotes/files@1.14.16 - @standardnotes/mobile@3.50.30 - @standardnotes/models@1.42.3 - @standardnotes/releases@1.4.117 - @standardnotes/responses@1.13.1 - @standardnotes/services@1.56.1 - @standardnotes/snjs@2.164.1 - @standardnotes/ui-services@1.24.5 - @standardnotes/utils@1.16.1 - @standardnotes/web@3.140.1
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@standardnotes/api",
|
|
"version": "1.24.1",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"description": "Interfaces for dealing with SN server-side API",
|
|
"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 src --ext .ts",
|
|
"lint:fix": "eslint src --ext .ts --fix",
|
|
"test": "jest spec --coverage --passWithNoTests"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.2.3",
|
|
"@types/lodash": "^4.14.189",
|
|
"@typescript-eslint/eslint-plugin": "*",
|
|
"eslint": "^8.27.0",
|
|
"eslint-plugin-prettier": "*",
|
|
"jest": "^29.3.1",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "*"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/common": "^1.46.3",
|
|
"@standardnotes/domain-core": "^1.11.1",
|
|
"@standardnotes/encryption": "workspace:*",
|
|
"@standardnotes/models": "workspace:*",
|
|
"@standardnotes/responses": "workspace:*",
|
|
"@standardnotes/security": "^1.7.0",
|
|
"@standardnotes/utils": "workspace:*",
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|