{
  "name": "@jusenpai/timer",
  "version": "1.0.4",
  "repository": "https://github.com/JuSenpai/timer",
  "description": "A lightweight library capable of measuring how much time a callback requires to execute.",
  "main": "index.js",
  "keywords": ["timer", "js-timer"],
  "scripts": {
    "test": "jest"
  },
  "author": "Cosmin STOICA",
  "license": "ISC",
  "devDependencies": {
    "jest": "^24.8.0"
  }
}
