7f4776b52b
- @standardnotes/analytics@2.19.11 - @standardnotes/api-gateway@1.46.6 - @standardnotes/auth-server@1.84.5 - @standardnotes/common@1.46.4 - @standardnotes/domain-core@1.11.2 - @standardnotes/domain-events-infra@1.9.66 - @standardnotes/domain-events@2.106.1 - @standardnotes/event-store@1.6.65 - @standardnotes/files-server@1.9.11 - @standardnotes/predicates@1.6.5 - @standardnotes/revisions-server@1.10.19 - @standardnotes/scheduler-server@1.16.15 - @standardnotes/security@1.7.6 - @standardnotes/settings@1.19.1 - @standardnotes/sncrypto-node@1.13.1 - @standardnotes/syncing-server@1.29.7 - @standardnotes/time@1.14.1 - @standardnotes/websockets-server@1.5.11 - @standardnotes/workspace-server@1.19.14
39 lines
935 B
JSON
39 lines
935 B
JSON
{
|
|
"name": "@standardnotes/time",
|
|
"version": "1.14.1",
|
|
"engines": {
|
|
"node": ">=18.0.0 <19.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.1.1",
|
|
"@types/microtime": "^2.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"jest": "^29.1.2",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|