{
  "name": "@abetomo/vsq",
  "version": "4.1.1",
  "description": "Very simple queue. And a very simple SQS like queue.",
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && npm run unit",
    "unit": "jest -w 1"
  },
  "bin": {
    "vsq": "bin/vsq.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abetomo/Very-simple-queue.git"
  },
  "keywords": [
    "queue",
    "stack",
    "sqs"
  ],
  "author": "abetomo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abetomo/Very-simple-queue/issues"
  },
  "homepage": "https://github.com/abetomo/Very-simple-queue#readme",
  "devDependencies": {
    "jest": "^27.2.0",
    "standard": "^16.0.3"
  },
  "dependencies": {
    "commander": "^8.2.0",
    "memfs": "^3.4.0",
    "uuid": "^8.3.2"
  },
  "files": [
    "LICENSE",
    "README.md",
    "bin",
    "index.js",
    "lib",
    "package.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "collectCoverage": true
  },
  "engines": {
    "node": ">= 8.0.0"
  }
}
