{
  "name": "@navy.gif/timestring",
  "version": "6.0.7",
  "description": "Parse a human readable time string into a time based value",
  "main": "./index.js",
  "types": "./index.d.ts",
  "scripts": {
    "cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -x test.js test.js",
    "dev": "watch 'clear; npm test -s;' ./ -d",
    "lint": "standard *.js",
    "test": "mocha test.js"
  },
  "author": "Michael David Barrett <mike182uk@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/Navy-gif/timestring.git"
  },
  "homepage": "https://github.com/Navy-gif/timestring",
  "bugs": {
    "url": "https://github.com/Navy-gif/timestring/issues"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "keywords": [
    "time",
    "timestring",
    "duration",
    "date"
  ],
  "engines": {
    "node": ">=8"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.6",
    "dts-gen": "^0.6.0",
    "istanbul": "^0.4.5",
    "mocha": "^7.0.1",
    "mocha-lcov-reporter": "1.3.0",
    "standard": "^17.0.0",
    "watch": "^1.0.2"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
