9c4032ebea
- @standardnotes/analytics@2.25.17 - @standardnotes/api-gateway@1.72.0 - @standardnotes/auth-server@1.135.0 - @standardnotes/domain-events-infra@1.12.14 - @standardnotes/domain-events@2.117.0 - @standardnotes/event-store@1.11.23 - @standardnotes/files-server@1.22.1 - @standardnotes/home-server@1.15.1 - @standardnotes/revisions-server@1.26.11 - @standardnotes/scheduler-server@1.20.27 - @standardnotes/security@1.12.0 - @standardnotes/syncing-server@1.84.0 - @standardnotes/time@1.15.0 - @standardnotes/websockets-server@1.10.21
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "@standardnotes/time",
|
|
"version": "1.15.0",
|
|
"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": "^5.59.2",
|
|
"@typescript-eslint/parser": "^5.59.2",
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"jest": "^29.5.0",
|
|
"prettier": "^2.8.8",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|