- @standardnotes/api@1.21.1 - @standardnotes/desktop@3.104.63 - @standardnotes/encryption@1.19.32 - @standardnotes/filepicker@1.27.10 - @standardnotes/files@1.14.9 - @standardnotes/mobile@3.49.60 - @standardnotes/models@1.40.4 - @standardnotes/releases@1.4.86 - @standardnotes/services@1.51.1 - @standardnotes/snjs@2.157.1 - @standardnotes/ui-services@1.22.1 - @standardnotes/utils@1.15.1 - @standardnotes/web@3.131.1
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@standardnotes/models",
|
|
"version": "1.40.4",
|
|
"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": "*"
|
|
}
|
|
}
|