{
  "name": "es-number-ext",
  "version": "1.0.0",
  "description": "Native number extensions for javascript and typescript.",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./clean": "./dist/clean.js",
    "./random": "./dist/random/index.js",
    "./randomND": "./dist/randomND/index.js"
  },
  "scripts": {
    "start": "node .",
    "build": "tsc",
    "test": "jest"
  },
  "keywords": [
    "number",
    "random",
    "normal distribution",
    "prototype",
    "ext",
    "extension",
    "extensions",
    "js",
    "javascript",
    "ts",
    "typescript",
    "es",
    "ECMAscript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/samuelwong613/es-number-ext.git"
  },
  "author": "samuelwong <samuelwong613@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "jest": "^29.7.0",
    "typescript": "^5.8.2"
  }
}
