{
  "name": "uuid-by-string",
  "version": "4.0.0",
  "description": "Generating uuid-hash from string",
  "main": "src/index.js",
  "typings": "index.d.ts",
  "scripts": {
    "test": "jest",
    "lint": "eslint",
    "prepublishOnly": "npm run lint && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Danakt/uuid-by-string.git"
  },
  "keywords": [
    "uuid",
    "guid",
    "rfc4122",
    "rfc-4122",
    "hash",
    "v3",
    "v5",
    "md5",
    "sha-1"
  ],
  "author": "Danakt Saushkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Danakt/uuid-by-string/issues"
  },
  "homepage": "https://github.com/Danakt/uuid-by-string",
  "jest": {
    "testMatch": [
      "**/tests/*.+(ts|tsx|js)"
    ],
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**"
    ]
  },
  "dependencies": {
    "js-md5": "^0.7.3",
    "js-sha1": "^0.6.0"
  },
  "devDependencies": {
    "eslint": "^8.23.0",
    "jest": "^27.0.1"
  }
}
