{
  "name": "@datadayrepos/js-id-web",
  "type": "module",
  "version": "0.0.2",
  "private": false,
  "packageManager": "pnpm@8.9.0",
  "description": "Utils for generating identifiers in javascript browser environment. Using web crypto engine for random number generation.",
  "author": "Ivar Strand",
  "license": "Prop",
  "homepage": "https://github.com/abyrint/js-id-web#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abyrint/js-id-web.git"
  },
  "bugs": {
    "url": "https://github.com/abyrint/js-id-web/issues"
  },
  "keywords": [
    "javascript",
    "xid",
    "uuid",
    "id"
  ],
  "main": "./dist/esm/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "./dist"
  ],
  "scripts": {
    "lint": "eslint --cache .",
    "lint:fix": "eslint . --fix",
    "release": "bumpp -r && pnpm -r publish",
    "test": "echo \"Error: no test specified\" && exit 1",
    "typecheck": "tsc --noEmit",
    "build": "rm -rf dist && tsc",
    "pub": "pnpm build && npm publish --access public"
  },
  "devDependencies": {
    "@antfu/eslint-config": "3.7.3",
    "@datadayrepos/ni": "^0.21.8",
    "@types/node": "22.5.1",
    "eslint": "9.10.0",
    "eslint-plugin-sort-keys": "2.3.5",
    "lint-staged": "^14.0.1",
    "pnpm": "^8.8.0",
    "save": "^2.9.0",
    "typescript": "5.6.2"
  },
  "lint-staged": {
    "*.{js,ts,tsx,vue,md}": [
      "eslint --cache --fix"
    ]
  }
}
