{
  "name": "@elijahjcobb/collections",
  "version": "0.0.12",
  "description": "A collection of generic structures written in TypeScript.",
  "main": "dist/index",
  "types": "dist/index",
  "scripts": {
    "test": "jest",
    "prepublishOnly": "npm run compile",
    "compile": "npm run clean && /usr/local/bin/tsc -p .",
    "watch": "tsc -w -p .",
    "clean": "rm -rf dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elijahjcobb/collections.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "map",
    "list",
    "array",
    "set",
    "stack",
    "queue",
    "dictionary",
    "typescript",
    "type",
    "generic",
    "enum",
    "csv",
    "iterator",
    "promise",
    "async",
    "helper"
  ],
  "author": "Elijah Cobb <elijah@elijahcobb.com> (https://elijahcobb.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/elijahjcobb/collections/issues"
  },
  "homepage": "https://github.com/elijahjcobb/collections#readme",
  "dependencies": {
    "@elijahjcobb/error": "latest"
  },
  "devDependencies": {
    "@types/node": "latest",
    "typescript": "latest",
    "jest": "latest",
    "@types/jest": "latest"
  },
  "files": [
    "dist"
  ]
}
