- @standardnotes/api@1.26.54 - @standardnotes/clipper@1.1.207 - @standardnotes/desktop@3.108.139 - @standardnotes/encryption@1.21.75 - @standardnotes/features@1.59.17 - @standardnotes/filepicker@1.28.86 - @standardnotes/files@1.17.5 - @standardnotes/mobile@3.56.118 - @standardnotes/models@1.47.12 - @standardnotes/releases@1.4.491 - @standardnotes/responses@1.13.41 - @standardnotes/services@1.64.12 - @standardnotes/snjs@2.202.67 - @standardnotes/ui-services@1.31.6 - @standardnotes/web@3.172.10
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@standardnotes/responses",
|
|
"version": "1.13.41",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"description": "Common http responses used between Standard Notes clients and servers",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "CC BY-NC-SA 4.0",
|
|
"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",
|
|
"test": "jest spec --coverage --passWithNoTests"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.2.3",
|
|
"@typescript-eslint/eslint-plugin": "*",
|
|
"eslint": "*",
|
|
"eslint-plugin-prettier": "*",
|
|
"jest": "^29.3.1",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "*"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/common": "^1.50.0",
|
|
"@standardnotes/features": "workspace:*",
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|