{
  "name": "dev-unique-id",
  "version": "0.1.1",
  "description": "Dev Unique ID Generator",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "bugs": {
    "email": "devlopersabbir@gmail.com",
    "url": "https://github.com/devlopersabbir/dev-unique-id/issues/new"
  },
  "categories": [
    "Education",
    "Other"
  ],
  "homepage": "https://devlopersabbir.github.io/dev-unique-id",
  "repository": {
    "directory": "Dev Unique ID",
    "type": "git",
    "url": "https://github.com/devlopersabbir/dev-unique-id"
  },
  "readme": "https://github.com/devlopersabbir/dev-unique-id/README.md",
  "markdown": "standard",
  "keywords": [
    "dev-unique-id",
    "uuid",
    "unique-id",
    "id-generator",
    "unique-id-generator",
    "dev-unique"
  ],
  "author": {
    "email": "devlopersabbir@gmail.com",
    "name": "Sabbir Hossain Shuvo",
    "url": "https://devlopersabbir.github.io"
  },
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "test": "xo --fix",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "@types/node": "^20.8.7",
    "node": "^21.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2",
    "xo": "^0.56.0"
  }
}
