{
  "name": "uhrwerk",
  "version": "1.0.2",
  "description": "time utility",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "yarn run build && mocha",
    "prepublishOnly": "npm run test"
  },
  "keywords": [
    "time",
    "interval",
    "humand-readable",
    "utility"
  ],
  "author": "Niccolo Borgioli",
  "license": "MIT",
  "devDependencies": {
    "mocha": "6.x",
    "typescript": "3.x"
  }
}