3f064176f2
- @standardnotes/analytics@2.26.3 - @standardnotes/api-gateway@1.73.7 - @standardnotes/auth-server@1.137.6 - @standardnotes/common@1.50.4 - @standardnotes/domain-core@1.26.3 - @standardnotes/domain-events-infra@1.12.21 - @standardnotes/domain-events@2.122.2 - @standardnotes/event-store@1.11.31 - @standardnotes/files-server@1.22.10 - @standardnotes/home-server@1.15.21 - @standardnotes/predicates@1.6.11 - @standardnotes/revisions-server@1.30.11 - @standardnotes/scheduler-server@1.20.35 - @standardnotes/security@1.12.2 - @standardnotes/settings@1.21.28 - @standardnotes/sncrypto-node@1.15.6 - @standardnotes/syncing-server@1.91.2 - @standardnotes/time@1.15.3 - @standardnotes/websockets-server@1.10.28
38 lines
983 B
JSON
38 lines
983 B
JSON
{
|
|
"name": "@standardnotes/predicates",
|
|
"version": "1.6.11",
|
|
"engines": {
|
|
"node": ">=18.0.0 <21.0.0"
|
|
},
|
|
"description": "Utils and models required for scheduling jobs",
|
|
"main": "dist/src/index.js",
|
|
"author": "Standard Notes",
|
|
"types": "dist/src/index.d.ts",
|
|
"files": [
|
|
"dist/src/**/*.js",
|
|
"dist/src/**/*.d.ts"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"prestart": "yarn clean",
|
|
"start": "tsc -p tsconfig.json --watch",
|
|
"build": "tsc --build",
|
|
"lint": "eslint . --ext .ts",
|
|
"test": "jest spec --coverage --passWithNoTests"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.1",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"jest": "^29.5.0",
|
|
"prettier": "^3.0.3",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|