{
  "name": "lapser",
  "version": "1.0.1",
  "description": "Performance timing for tracking latency in function calls.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha",
    "coverage": "nyc ./node_modules/mocha/bin/mocha",
    "cover-report": "nyc -r html ./node_modules/mocha/bin/mocha",
    "lcov": "nyc report --reporter=lcov",
    "lint": "./node_modules/eslint/bin/eslint.js ./"
  },
  "keywords": [
    "performance tracking",
    "timer",
    "timing",
    "latency",
    "bottleneck",
    "function execution time",
    "debug performance"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bravecloud/lapser.git"
  },
  "author": "bravecloud",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "coveralls": "^3.1.1",
    "eslint": "^8.13.0",
    "mocha": "^9.2.2",
    "nyc": "^15.0.1"
  }
}
