{
  "name": "uuidkey",
  "version": "0.1.8",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": {
    "name": "Tan Ho",
    "email": "tanhv90@gmail.com"
  },
  "keywords": [
    "uuidkey",
    "apikey",
    "crockford-base32",
    "uuid"
  ],
  "homepage": "https://github.com/tanhv90/uuidkey",
  "bugs": {
    "url": "https://github.com/tanhv90/uuidkey/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tanhv90/uuidkey.git"
  },
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "prepare": "npm run build"
  },
  "dependencies": {
    "c32check": "^2.0.0",
    "crc": "^4.3.2"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.12.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  }
}
