{
  "name": "humanize-duration-ts",
  "version": "2.1.1",
  "description": "An implementation of Humanize Duration in typescript",
  "scripts": {
    "test": "karma start",
    "lint": "eslint --fix '**/*.ts'",
    "test:watch": "karma start --no-single-run --auto-watch",
    "build": "rollup -c",
    "watch": "rollup -cw"
  },
  "repository": "https://github.com/Nightapes/HumanizeDuration.ts",
  "keywords": [
    "humanize-duration",
    "typescript"
  ],
  "author": "Sebastian Beisch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Nightapes/HumanizeDuration.ts/issues"
  },
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/Nightapes/HumanizeDuration.ts",
  "devDependencies": {
    "@types/jasmine": "^3.5.0",
    "@types/karma": "^3.0.4",
    "@typescript-eslint/eslint-plugin": "^2.12.0",
    "@typescript-eslint/parser": "^2.12.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-prettier": "^3.1.2",
    "jasmine-core": "3.5.0",
    "karma": "4.4.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-jasmine": "2.0.1",
    "karma-mocha-reporter": "2.2.5",
    "karma-typescript": "^4.1.1",
    "prettier": "^1.19.1",
    "puppeteer": "^2.0.0",
    "rollup": "^1.27.13",
    "rollup-plugin-typescript2": "^0.25.3",
    "typescript": "^3.7.4"
  }
}
