{
  "name": "browser-hrtime",
  "version": "1.1.8",
  "description": "use process.hrtime() in the browser",
  "main": "dist/hrtime.js",
  "typings": "dist/hrtime.d.ts",
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c --watch",
    "format": "prettier --write \"src/**/*.ts\"",
    "test": "jest && nyc report --reporter=lcov",
    "testnew": "jest && nyc merge .nyc_output .nyc_output/out.json && nyc report --reporter=lcov",
    "lint": "tslint -p tsconfig.json",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cabinjs/browser-hrtime.git"
  },
  "keywords": [
    "hrtime",
    "process",
    "perfomance",
    "angular",
    "node"
  ],
  "author": "Vlad Tansky",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cabinjs/browser-hrtime/issues"
  },
  "homepage": "https://github.com/cabinjs/browser-hrtime#readme",
  "devDependencies": {
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@types/jest": "^26.0.0",
    "@types/node": "^12.12.67",
    "coveralls": "^3.1.0",
    "dotenv-cli": "^4.0.0",
    "http-server": "^0.12.3",
    "jest": "^25.5.4",
    "jest-puppeteer": "^4.4.0",
    "nyc": "^15.1.0",
    "prettier": "^2.0.4",
    "puppeteer": "^5.2.1",
    "puppeteer-to-istanbul": "^1.4.0",
    "rollup": "^2.32.0",
    "rollup-plugin-copy": "^3.3.0",
    "rollup-plugin-sourcemaps": "^0.6.2",
    "rollup-plugin-terser": "^7.0.0",
    "rollup-plugin-typescript2": "^0.28.0",
    "semantic-release": "^17.2.1",
    "terser": "^5.3.5",
    "ts-jest": "^25.5.1",
    "tslint": "^6.1.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.0.3"
  },
  "files": [
    "dist"
  ],
  "dependencies": {}
}
