{ "name": "@pushrocks/smarttime", "private": false, "version": "3.0.4", "description": "handle timeformats in smart ways", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest ./test/)", "build": "(tsbuild)" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.13", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^10.12.10", "tslint": "^5.11.0", "tslint-config-prettier": "^1.16.0" }, "dependencies": { "@pushrocks/smartpromise": "^2.0.5", "@types/luxon": "^1.4.1", "luxon": "^1.8.0" } }