web/packages/models/package.json
StandardNotes CI 0282a7958a
chore(release): publish
- @standardnotes/api@1.16.5
 - @standardnotes/desktop@3.23.223
 - @standardnotes/encryption@1.18.4
 - @standardnotes/filepicker@1.24.6
 - @standardnotes/files@1.11.6
 - @standardnotes/mobile@3.43.10
 - @standardnotes/models@1.29.1
 - @standardnotes/releases@1.3.152
 - @standardnotes/services@1.34.1
 - @standardnotes/snjs@2.142.1
 - @standardnotes/ui-services@1.8.5
 - @standardnotes/web@3.78.1
2022-10-19 20:15:08 +00:00

42 lines
1.0 KiB
JSON

{
"name": "@standardnotes/models",
"version": "1.29.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"description": "Models used in SNJS library",
"main": "dist/index.js",
"author": "Standard Notes",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"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 . --ext .ts",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^28.1.5",
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"typescript": "*"
},
"dependencies": {
"@standardnotes/common": "^1.39.0",
"@standardnotes/features": "workspace:*",
"@standardnotes/responses": "workspace:*",
"@standardnotes/utils": "workspace:*",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13"
}
}