{
  "name": "stopwatch2",
  "version": "0.0.7",
  "description": "Measure the running time of JavaScript code. (Mainly used for calculate the total running time of a piece of code.)",
  "main": "index.js",
  "types": "./index.d.ts",
  "scripts": {
    "prepublishOnly": "make prepublishOnly",
    "dev": "make dev",
    "build": "make build",
    "lint": "make lint",
    "test": "make tests"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zjffun/stopwatch.git"
  },
  "author": "JuFeng Zhang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zjffun/stopwatch/issues"
  },
  "homepage": "https://github.com/zjffun/stopwatch#readme",
  "keywords": [
    "performace",
    "measure",
    "start-and-pause",
    "total-runtime"
  ],
  "devDependencies": {
    "@rollup/plugin-typescript": "^5.0.2",
    "chai": "^4.2.0",
    "chokidar-cli": "^2.1.0",
    "eslint": "^7.0.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-mocha": "^7.0.0",
    "karma": "^5.0.9",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^1.3.0",
    "karma-mocha": "^2.0.1",
    "mocha": "^7.1.2",
    "rollup": "^1.27.5",
    "tslib": "^2.0.0",
    "typescript": "^3.9.7"
  }
}
