@schedule-x/current-time
Version:
Schedule-X plugin for displaying an indicator for the current time
37 lines (36 loc) • 944 B
JSON
{
"name": "@schedule-x/current-time",
"umdName": "SXCurrentTime",
"version": "2.36.0",
"description": "Schedule-X plugin for displaying an indicator for the current time",
"author": {
"name": "Tom Österlund",
"email": "tom@schedule-x.dev",
"url": "https://github.com/tomosterlund"
},
"license": "MIT",
"keywords": [
"calendar",
"event",
"dark-mode",
"internationalization"
],
"module": "./dist/core.js",
"main": "./dist/core.cjs.js",
"umd": "./dist/core.umd.js",
"types": "./dist/core.d.ts",
"files": [
"dist"
],
"scripts": {
"format": "prettier . --write",
"test": "npx vitest run --config ../../libs/vitest-config/src/index.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/schedule-x/schedule-x",
"directory": "packages/current-time"
},
"homepage": "https://schedule-x.dev",
"gitHead": "2019157a13b2c52b3ee429a5d5fe44a1e582cc85"
}