web/packages/models/package.json
StandardNotes CI 496525ef61
chore(release): publish
- @standardnotes/api@1.21.3
 - @standardnotes/desktop@3.104.68
 - @standardnotes/encryption@1.19.34
 - @standardnotes/filepicker@1.28.1
 - @standardnotes/files@1.14.11
 - @standardnotes/mobile@3.50.4
 - @standardnotes/models@1.41.1
 - @standardnotes/releases@1.4.91
 - @standardnotes/services@1.52.1
 - @standardnotes/snjs@2.158.1
 - @standardnotes/toast@1.3.17
 - @standardnotes/ui-services@1.22.4
 - @standardnotes/utils@1.15.2
 - @standardnotes/web@3.133.0
2023-01-04 20:27:27 +00:00

41 lines
1.1 KiB
JSON

{
"name": "@standardnotes/models",
"version": "1.41.1",
"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"
},
"devDependencies": {
"@standardnotes/common": "^1.45.0",
"@standardnotes/features": "workspace:*",
"@standardnotes/responses": "workspace:*",
"@standardnotes/utils": "workspace:*",
"@types/jest": "^29.2.3",
"@types/lodash": "^4.14.189",
"@typescript-eslint/eslint-plugin": "*",
"eslint": "*",
"eslint-plugin-prettier": "*",
"jest": "^29.3.1",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"ts-jest": "^29.0.3",
"typescript": "*"
}
}