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
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "@standardnotes/time",
|
|
"version": "1.15.3",
|
|
"engines": {
|
|
"node": ">=18.0.0 <21.0.0"
|
|
},
|
|
"description": "Utilities for time processing and calculation",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.11.6",
|
|
"microtime": "^3.1.0",
|
|
"reflect-metadata": "^0.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.1",
|
|
"@types/microtime": "^2.1.0",
|
|
"@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"
|
|
}
|
|
}
|