{
  "name": "fastq",
  "version": "1.6.0",
  "description": "Fast, in memory work queue",
  "main": "queue.js",
  "scripts": {
    "lint": "standard",
    "typescript": "tsc --project ./test/tsconfig.json",
    "test": "standard && tape test/test.js | tap-spec && npm run typescript"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/fastq.git"
  },
  "keywords": [
    "fast",
    "queue",
    "async",
    "worker"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mcollina/fastq/issues"
  },
  "homepage": "https://github.com/mcollina/fastq#readme",
  "devDependencies": {
    "async": "^2.6.1",
    "neo-async": "^2.5.1",
    "pre-commit": "^1.2.2",
    "standard": "^11.0.0",
    "tap-spec": "^4.1.2",
    "tape": "^4.9.0",
    "typescript": "^2.9.1"
  },
  "dependencies": {
    "reusify": "^1.0.0"
  }
}
