{
  "name": "tinyfloat",
  "version": "1.0.2",
  "description": "A tiny decimal type for JavaScript",
  "sideEffects": false,
  "browser": "./index",
  "main": "./index.js",
  "module": "./index.mjs",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "require": {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "import": {
        "types": "./index.d.mts",
        "default": "./index.mjs"
      }
    }
  },
  "scripts": {
    "test": "vitest run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kossnocorp/tinyfloat.git"
  },
  "keywords": [
    "decimal",
    "float"
  ],
  "author": "Sasha Koss <koss@nocorp.me>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kossnocorp/tinyfloat/issues"
  },
  "homepage": "https://github.com/kossnocorp/tinyfloat#readme",
  "devDependencies": {
    "@babel/cli": "^7.23.9",
    "@babel/core": "^7.23.9",
    "@babel/plugin-transform-modules-commonjs": "^7.23.3",
    "@babel/preset-env": "^7.23.9",
    "@babel/preset-typescript": "^7.23.3",
    "@size-limit/preset-small-lib": "^11.0.2",
    "@types/decimal.js": "^7.4.0",
    "babel-plugin-add-import-extension": "^1.6.0",
    "benny": "^3.7.1",
    "currency.js": "^2.0.4",
    "decimal.js": "^10.4.3",
    "size-limit": "^11.0.2",
    "typescript": "^5.3.3",
    "vitest": "^1.2.2"
  },
  "packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}
