{
  "name": "any-to-any",
  "version": "5.0.0",
  "description": "convert numbers between bases (any base to any base) 🔀 ..",
  "main": "./dist/index.js",
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/index.mjs",
    "types": "./dist/index.d.ts"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "node --require ts-node/register --test index.spec.ts",
    "prebuild": "rimraf dist",
    "build": "tsup index.ts",
    "precoverage": "rimraf coverage",
    "coverage": "c8 npm run test",
    "preci": "npm run lint",
    "ci": "npm run coverage",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "npm run ci && npm run build",
    "preversion": "npm run ci"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/3imed-jaberi/any-to-any.git"
  },
  "keywords": [
    "any-to-any",
    "numbers",
    "convert",
    "switch",
    "base",
    "bases",
    "decimal",
    "binary",
    "octal",
    "hexadecimal",
    "2..36",
    "integer-numbers",
    "easy",
    "any"
  ],
  "license": "MIT",
  "author": {
    "name": "imed jaberi",
    "email": "imed-jaberi@outlook.com",
    "url": "https://www.3imed-jaberi.com"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.1.0",
    "@eslint/js": "^9.5.0",
    "@types/eslint__js": "^8.42.3",
    "@types/node": "^20.14.4",
    "@typescript-eslint/eslint-plugin": "^7.13.1",
    "@typescript-eslint/parser": "^7.13.1",
    "c8": "^10.1.2",
    "eslint": "^9.5.0",
    "rimraf": "^5.0.7",
    "ts-node": "^10.9.2",
    "tsup": "^8.1.0",
    "typescript": "^5.4.5"
  },
  "engines": {
    "node": ">= 20"
  },
  "bugs": {
    "url": "https://github.com/3imed-jaberi/any-to-any/issues"
  },
  "homepage": "https://github.com/3imed-jaberi/any-to-any#readme"
}
