{
  "name": "@ntlab/work",
  "version": "2.7.0",
  "description": "Nodejs queue and promise based work queue",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tohenk/node-ntwork.git"
  },
  "keywords": [
    "promise",
    "queue",
    "work"
  ],
  "author": "Toha <tohenk@yahoo.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tohenk/node-ntwork/issues"
  },
  "homepage": "https://github.com/tohenk/node-ntwork#readme",
  "dependencies": {
    "debug": "^4.4.3"
  }
}
