33 lines
861 B
JSON
33 lines
861 B
JSON
{
|
|
"name": "@standardnotes/models",
|
|
"version": "1.37.1",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"description": "Models used in SNJS library",
|
|
"author": "Standard Notes",
|
|
"main": "./src/index.ts",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"tsc": "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": "*"
|
|
}
|
|
}
|