{
  "name": "npm-shortidx",
  "version": "1.2.0",
  "description": "Generador de Id aleatorios, Random Id Generator",
  "main": "dist/cjs/index.min.js",
  "module": "dist/esm/index.min.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.min.js",
      "require": "./dist/cjs/index.min.js",
      "types": "./dist/types/index.d.ts"
    }
  },
  "files": [
    "dist/cjs",
    "dist/esm",
    "dist/types"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json && terser dist/cjs/index.js -o dist/cjs/index.min.js --compress --mangle && terser dist/esm/index.js -o dist/esm/index.min.js --compress --mangle"
  },
  "keywords": [
    "short",
    "tiny",
    "id",
    "uuid",
    "bitly",
    "shorten",
    "mongoid",
    "shortid",
    "tinyid",
    "shuffleId",
    "underscore",
    "tiny",
    "id",
    "ids",
    "unique-id",
    "random-id",
    "identifier",
    "short-id",
    "nano-id",
    "slug",
    "slug-generator",
    "hash",
    "token",
    "generator",
    "hashid",
    "url-shortener"
  ],
  "author": "Percy Chuzon <contacto@percychuzon.com>",
  "license": "MIT",
  "homepage": "https://shortidx.percychuzon.com/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/perch33/shortIdx.git"
  },
  "dependencies": {
    "user": "^0.0.0"
  },
  "bugs": {
    "url": "https://github.com/perch33/shortIdx/issues"
  },
  "devDependencies": {
    "terser": "^5.39.2",
    "typescript": "^5.8.3"
  }
}
