{
  "name": "uuid-core",
  "version": "1.0.0",
  "description": "A simple UUID generator library for Node.js, NestJS, and Next.js",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && tsc --module ESNext --outDir dist",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "uuid",
    "generator",
    "nodejs",
    "nestjs",
    "nextjs",
    "typescript",
    "library",
    "react",
    "javascript",
    "uuid-generator",
    "uuid-lib"
  ],
  "author": "Fuzzer",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.7",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.5"
  },
  "engines": {
    "node": ">=14.17.0"
  }
}
