{
  "name": "fnv1a",
  "version": "1.1.1",
  "description": "Simple 32 bit FNV-1a hash algorithm implementation.",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "node test/test.cjs && node test/test.mjs",
    "prepublishOnly": "npm run build && npm run test"
  },
  "keywords": [
    "hash",
    "fnv",
    "fnv1a",
    "algorithm"
  ],
  "author": "Schwarzkopf Balazs <schwarzkopfb@icloud.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/schwarzkopfb/fnv1a.git"
  },
  "bugs": {
    "url": "https://github.com/schwarzkopfb/fnv1a/issues"
  },
  "homepage": "https://github.com/schwarzkopfb/fnv1a#readme",
  "license": "MIT",
  "devDependencies": {
    "@tsconfig/node14": "^1.0.1",
    "@types/node": "^17.0.23",
    "typescript": "^4.6.3"
  }
}
