web/packages/models/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2022-07-05 21:47:11 +03:00
{
"name": "@standardnotes/models",
"version": "1.42.6",
2022-07-05 21:47:11 +03:00
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"publishConfig": {
"access": "public"
},
2022-07-05 21:47:11 +03:00
"description": "Models used in SNJS library",
"author": "Standard Notes",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
2022-07-05 21:47:11 +03:00
"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"
2022-07-05 21:47:11 +03:00
},
"devDependencies": {
2023-01-20 14:37:38 +03:00
"@standardnotes/common": "^1.46.4",
"@standardnotes/features": "workspace:*",
"@standardnotes/responses": "workspace:*",
"@standardnotes/utils": "workspace:*",
2022-11-16 18:52:21 +03:00
"@types/jest": "^29.2.3",
"@types/lodash": "^4.14.189",
"@typescript-eslint/eslint-plugin": "*",
"eslint": "*",
"eslint-plugin-prettier": "*",
2022-11-16 18:52:21 +03:00
"jest": "^29.3.1",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
2022-11-16 18:52:21 +03:00
"ts-jest": "^29.0.3",
2022-07-08 17:17:18 +03:00
"typescript": "*"
2022-07-05 21:47:11 +03:00
}
}