web/packages/responses/package.json
StandardNotes CI 6c73885d1f
chore(release): publish
- @standardnotes/api@1.24.2
 - @standardnotes/desktop@3.104.95
 - @standardnotes/encryption@1.21.2
 - @standardnotes/features@1.58.2
 - @standardnotes/filepicker@1.28.7
 - @standardnotes/files@1.14.17
 - @standardnotes/mobile@3.50.31
 - @standardnotes/models@1.42.4
 - @standardnotes/releases@1.4.118
 - @standardnotes/responses@1.13.2
 - @standardnotes/services@1.56.2
 - @standardnotes/snjs@2.164.2
 - @standardnotes/ui-services@1.24.6
 - @standardnotes/web@3.140.2
2023-01-19 23:32:24 +00:00

42 lines
1.0 KiB
JSON

{
"name": "@standardnotes/responses",
"version": "1.13.2",
"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": "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",
"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.46.3",
"@standardnotes/features": "workspace:*",
"@standardnotes/security": "^1.7.5",
"reflect-metadata": "^0.1.13"
}
}