web/packages/models/package.json
StandardNotes CI 29e7c8b58d
chore(release): publish
- @standardnotes/api@1.25.12
 - @standardnotes/clipper@1.0.3
 - @standardnotes/desktop@3.105.48
 - @standardnotes/encryption@1.21.25
 - @standardnotes/features@1.58.14
 - @standardnotes/filepicker@1.28.30
 - @standardnotes/files@1.14.40
 - @standardnotes/icons@1.10.9
 - @standardnotes/mobile@3.51.81
 - @standardnotes/models@1.43.13
 - @standardnotes/releases@1.4.224
 - @standardnotes/responses@1.13.15
 - @standardnotes/services@1.57.13
 - @standardnotes/snjs@2.166.20
 - @standardnotes/toast@1.3.28
 - @standardnotes/ui-services@1.24.43
 - @standardnotes/web@3.150.48
2023-04-11 18:30:09 +00:00

43 lines
1.1 KiB
JSON

{
"name": "@standardnotes/models",
"version": "1.43.13",
"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": "*"
}
}