{ "name": "@push.rocks/smarttime", "private": false, "version": "4.0.6", "description": "handle time in smart ways", "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.1.66", "@git.zone/tsbundle": "^2.0.8", "@git.zone/tsrun": "^1.2.44", "@git.zone/tstest": "^1.0.77", "@push.rocks/tapbundle": "^5.0.15", "@types/node": "^20.8.7" }, "dependencies": { "@push.rocks/lik": "^6.0.5", "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartpromise": "^4.0.3", "croner": "^7.0.3", "dayjs": "^1.11.10", "is-nan": "^1.3.2", "pretty-ms": "^8.0.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" }