{ "name": "@pushrocks/smarttime", "private": false, "version": "3.0.16", "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 && tsbundle npm)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.11", "@gitzone/tsbundle": "^1.0.69", "@gitzone/tsrun": "^1.2.6", "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^3.0.9", "@types/node": "^14.0.5", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/smartdelay": "^2.0.9", "@pushrocks/smartpromise": "^3.0.2", "@types/cron": "^1.7.1", "croner": "^1.1.23", "dayjs": "^1.8.27", "is-nan": "^1.3.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }