{
  "name": "@subhog/proquint",
  "version": "0.0.1",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "jest"
  },
  "dependencies": {
    "get-random-values": "3.0.0"
  },
  "devDependencies": {
    "typescript": "5.8.3",
    "@types/jest": "29.5.14",
    "jest": "29.7.0",
    "ts-jest": "29.3.2"
  },
  "keywords": [
    "proquint",
    "uuid",
    "readable",
    "id",
    "generator"
  ],
  "author": "Hubert OG @subhog",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/subhog/proquint.git"
  },
  "bugs": {
    "url": "https://github.com/subhog/proquint/issues"
  },
  "homepage": "https://github.com/subhog/proquint"
}
