64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "@push.rocks/smarttime",
|
|
"private": false,
|
|
"version": "4.1.1",
|
|
"description": "Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest ./test)",
|
|
"build": "(tsbuild --web && tsbundle npm)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.2.0",
|
|
"@git.zone/tsbundle": "^2.1.0",
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
"@git.zone/tstest": "^1.0.90",
|
|
"@push.rocks/tapbundle": "^5.5.3",
|
|
"@types/node": "^22.10.2"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/lik": "^6.1.0",
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartpromise": "^4.0.4",
|
|
"croner": "^9.0.0",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.13",
|
|
"is-nan": "^1.3.2",
|
|
"pretty-ms": "^9.2.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"type": "module",
|
|
"keywords": [
|
|
"time handling",
|
|
"cron jobs",
|
|
"timestamps",
|
|
"time intervals",
|
|
"date operations",
|
|
"time formatting",
|
|
"scheduling"
|
|
],
|
|
"homepage": "https://code.foss.global/push.rocks/smarttime",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smarttime.git"
|
|
}
|
|
}
|