{ "name": "@pushrocks/smarttime", "private": false, "version": "3.0.40", "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)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.28", "@gitzone/tsbundle": "^1.0.88", "@gitzone/tsrun": "^1.2.18", "@gitzone/tstest": "^1.0.60", "@pushrocks/tapbundle": "^3.2.14", "@types/node": "^14.11.2", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/lik": "^4.0.17", "@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartpromise": "^3.1.6", "croner": "^1.1.23", "dayjs": "^1.10.7", "is-nan": "^1.3.2", "pretty-ms": "^7.0.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }