{
  "name": "fast-hash-code",
  "version": "2.1.0",
  "description": "Generate a hash from a string, simple and fast.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepare": "tsc -b",
    "build": "yarn run-s test prepare",
    "test": "jest --config jestconfig.json --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexandrehpiva/fast-hash-code.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/alexandrehpiva/fast-hash-code/issues"
  },
  "homepage": "https://github.com/alexandrehpiva/fast-hash-code#readme",
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "jest": "^27.0.3",
    "prettier": "^2.3.0",
    "ts-jest": "^27.0.2",
    "typescript": "^4.3.2"
  },
  "keywords": [
    "fast",
    "hash",
    "code",
    "string"
  ]
}
