{
  "name": "ubimap",
  "version": "1.0.8",
  "description": "A safe, typed, enumerable bidirectional map that ensures unique values and supports compound keys.",
  "homepage": "https://tinylibs.js.org/packages/ubimap",
  "bugs": "https://github.com/arthurfiorette/tinylibs/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arthurfiorette/tinylibs.git",
    "directory": "packages/ubimap"
  },
  "license": "MIT",
  "author": "Arthur Fiorette <npm@arthur.place>",
  "sideEffects": false,
  "type": "commonjs",
  "main": "dist/index.js",
  "files": [
    "dist",
    "src",
    "LICENSE",
    "README.md",
    "!dist/tsconfig.build.tsbuildinfo"
  ],
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "typescript": "^5.9.2"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "jest --coverage"
  }
}