{
  "name": "time-to-seconds",
  "version": "2.1.2",
  "description": "Non-strict format, time to seconds converter ",
  "main": "index.js",
  "scripts": {
    "test": "nyc mocha",
    "cov": "nyc --reporter=lcov mocha && codecov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matzar/time-to-seconds.git"
  },
  "engines": {
    "node": ">=15.0.1",
    "vscode": "^1.22.0"
  },
  "keywords": [
    "time",
    "converter",
    "seconds",
    "duration",
    "time",
    "to",
    "seconds",
    "timestamp"
  ],
  "files": [
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "author": "Mateusz Zaremba",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/matzar/time-to-seconds/issues"
  },
  "homepage": "https://github.com/matzar/time-to-seconds#readme",
  "devDependencies": {
    "chai": "^4.3.8",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0"
  }
}
