{
  "module": "./esm/mod.js",
  "main": "./script/mod.js",
  "types": "./types/mod.d.ts",
  "name": "humanity-deno",
  "version": "1.5.0",
  "keywords": [
    "humanity",
    "npm",
    "deno",
    "humanize",
    "roman",
    "binarysuffix",
    "humanity-deno"
  ],
  "description": "Humanity is a library for humanizing data in a human-readable form.",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fl3xice/humanity.git"
  },
  "bugs": {
    "url": "https://github.com/fl3xice/humanity/issues"
  },
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js",
      "types": "./types/mod.d.ts"
    }
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "devDependencies": {
    "@types/node": "16.11.37",
    "chalk": "4.1.2",
    "@deno/shim-deno": "~0.6.0"
  }
}