{
  "name": "blocked-at",
  "version": "1.2.0",
  "description": "Detects node eventloop block and reports where it started",
  "main": "index.js",
  "scripts": {
    "test": "node ./test/index.js && node ./test/runtime.js && node ./test/resources.js",
    "start": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/naugtur/blocked-at.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/naugtur/blocked-at/issues"
  },
  "homepage": "https://github.com/naugtur/blocked-at#readme",
  "devDependencies": {
    "pre-commit": "^1.2.2",
    "standard": "^13.1.0"
  }
}
