ace63cfcc1
- @standardnotes/api-gateway@1.30.1 - @standardnotes/auth-server@1.43.1 - @standardnotes/common@1.40.0 - @standardnotes/domain-events-infra@1.8.26 - @standardnotes/domain-events@2.67.0 - @standardnotes/event-store@1.4.5 - @standardnotes/files-server@1.6.17 - @standardnotes/predicates@1.4.11 - @standardnotes/scheduler-server@1.10.45 - @standardnotes/security@1.4.9 - @standardnotes/syncing-server@1.9.7 - @standardnotes/websockets-server@1.1.0 - @standardnotes/workspace-server@1.13.2
40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"name": "@standardnotes/domain-events",
|
|
"version": "2.67.0",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"description": "Domain Events SDK used in SN projects",
|
|
"main": "dist/src/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"files": [
|
|
"dist/src/**/*.js",
|
|
"dist/src/**/*.d.ts"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"author": "Standard Notes",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"prebuild": "yarn clean",
|
|
"build": "tsc -p tsconfig.json",
|
|
"lint": "eslint . --ext .ts",
|
|
"test": "jest spec --coverage --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/common": "workspace:*",
|
|
"@standardnotes/features": "^1.52.1",
|
|
"@standardnotes/predicates": "workspace:*",
|
|
"@standardnotes/security": "workspace:*",
|
|
"reflect-metadata": "^0.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.1.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"jest": "^29.1.2",
|
|
"ts-jest": "^29.0.3"
|
|
}
|
|
}
|