web/packages/models/package.json
StandardNotes CI c0c9a4ff91
chore(release): publish
- @standardnotes/api@1.25.14
 - @standardnotes/desktop@3.105.54
 - @standardnotes/encryption@1.21.27
 - @standardnotes/features@1.58.16
 - @standardnotes/filepicker@1.28.32
 - @standardnotes/files@1.14.42
 - @standardnotes/mobile@3.51.87
 - @standardnotes/models@1.43.15
 - @standardnotes/releases@1.4.230
 - @standardnotes/responses@1.13.17
 - @standardnotes/services@1.57.15
 - @standardnotes/snjs@2.166.22
 - @standardnotes/ui-services@1.24.45
 - @standardnotes/web@3.150.54
2023-04-15 06:51:22 +00:00

43 lines
1.1 KiB
JSON

{
"name": "@standardnotes/models",
"version": "1.43.15",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"publishConfig": {
"access": "public"
},
"description": "Models used in SNJS library",
"author": "Standard Notes",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"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"
},
"dependencies": {
"@standardnotes/common": "^1.46.6",
"@standardnotes/features": "workspace:*",
"@standardnotes/responses": "workspace:*",
"@standardnotes/utils": "workspace:^",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/lodash": "^4.14.189",
"@typescript-eslint/eslint-plugin": "*",
"eslint": "*",
"eslint-plugin-prettier": "*",
"jest": "^29.3.1",
"reflect-metadata": "^0.1.13",
"ts-jest": "^29.0.3",
"typescript": "*"
}
}