{
  "name": "key-master",
  "version": "4.1.0",
  "description": "hashmap + constructor function = a hashmap you don't have to check before calling get()",
  "main": "index.js",
  "scripts": {
    "build": "tsc --project .",
    "test": "tslint --project . && tsc --project tsconfig-tests.json && tape test.js && jsmd readme.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TehShrike/key-master.git"
  },
  "keywords": [
    "map",
    "hashmap"
  ],
  "author": "TehShrike",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/TehShrike/key-master/issues"
  },
  "homepage": "https://github.com/TehShrike/key-master",
  "devDependencies": {
    "jsmd": "^1.0.1",
    "tape": "4.9.1",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3"
  }
}
