{
  "name": "complete_data_structures",
  "version": "1.1.8",
  "description": "Commonly used data structures implemented in one place.",
  "main": "index.js",
  "scripts": {
    "test": "npx jest"
  },
  "keywords": [
    "data structures",
    "stack",
    "queue",
    "linked list",
    "deque"
  ],
  "repository": {
    "url": "https://github.com/nraynes/js_datastructures",
    "type": "git"
  },
  "author": "Nicholas R Raynes",
  "license": "ISC",
  "devDependencies": {
    "jest": "^29.0.3"
  }
}
