245f091e22
- @standardnotes/analytics@2.11.11 - @standardnotes/domain-core@1.4.0 - @standardnotes/revisions-server@1.4.6 - @standardnotes/syncing-server@1.18.10
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@standardnotes/domain-core",
|
|
"version": "1.4.0",
|
|
"engines": {
|
|
"node": ">=18.0.0 <19.0.0"
|
|
},
|
|
"description": "Domain Core 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",
|
|
"build": "tsc --build",
|
|
"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",
|
|
"shallow-equal-object": "^1.1.1",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.1.1",
|
|
"@types/uuid": "^8.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"jest": "^29.1.2",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|