{
  "name": "iterable-hash-table",
  "version": "3.2.10",
  "description": "A simple Iterable Hash Table written in TypeScript",
  "main": "public/HashTable.js",
  "scripts": {
    "postinstall": "tsc",
    "compile": "tsc",
    "test": "jest"
  },
  "author": "fluxxfield",
  "license": "MIT",
  "dependencies": {
    "typescript": "^3.8.2"
  },
  "devDependencies": {
    "@types/jest": "^25.1.3",
    "jest": "^25.1.0",
    "ts-jest": "^25.2.1"
  },
  "keywords": [
    "hash-table",
    "hash",
    "table",
    "iterable",
    "iterable-hash-table",
    "iterable-hashtable",
    "hashtable",
    "hash table",
    "iterable hash table",
    "hash table loop",
    "loop"
  ]
}