{
  "name": "@alwatr/is-number",
  "version": "5.6.1",
  "description": "A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.",
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
  "keywords": [
    "is-number",
    "isnumber",
    "isnan",
    "finite",
    "isfinite",
    "is-nan",
    "is-num",
    "integer",
    "is",
    "kind",
    "math",
    "nan",
    "num",
    "number",
    "numeric",
    "parseFloat",
    "parseInt",
    "type",
    "typeof",
    "mathematics",
    "cross-platform",
    "ECMAScript",
    "typescript",
    "javascript",
    "node",
    "nodejs",
    "browser",
    "esm",
    "module",
    "utility",
    "util",
    "utils",
    "nanolib",
    "alwatr"
  ],
  "type": "module",
  "main": "./dist/main.cjs",
  "module": "./dist/main.mjs",
  "types": "./dist/main.d.ts",
  "exports": {
    ".": {
      "types": "./dist/main.d.ts",
      "import": "./dist/main.mjs",
      "require": "./dist/main.cjs"
    }
  },
  "license": "AGPL-3.0-only",
  "files": [
    "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
    "LICENSE",
    "!demo/**/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Alwatr/nanolib",
    "directory": "packages/is-number"
  },
  "homepage": "https://github.com/Alwatr/nanolib/tree/next/packages/is-number#readme",
  "bugs": {
    "url": "https://github.com/Alwatr/nanolib/issues"
  },
  "prettier": "@alwatr/prettier-config",
  "scripts": {
    "b": "yarn run build",
    "t": "yarn run test",
    "w": "yarn run watch",
    "c": "yarn run clean",
    "cb": "yarn run clean && yarn run build",
    "d": "yarn run build:es && yarn node --enable-source-maps --trace-warnings",
    "build": "yarn run build:ts && yarn run build:es",
    "build:es": "nano-build --preset=module",
    "build:ts": "tsc --build",
    "test": "NODE_OPTIONS=\"$NODE_OPTIONS --enable-source-maps --experimental-vm-modules\" jest",
    "watch": "yarn run watch:ts & yarn run watch:es",
    "watch:es": "yarn run build:es --watch",
    "watch:ts": "yarn run build:ts --watch --preserveWatchOutput",
    "clean": "rm -rfv dist *.tsbuildinfo"
  },
  "dependencies": {
    "@alwatr/package-tracer": "^5.5.2"
  },
  "devDependencies": {
    "@alwatr/nano-build": "^5.5.2",
    "@alwatr/prettier-config": "^5.0.0",
    "@alwatr/tsconfig-base": "^5.0.0",
    "jest": "^29.7.0",
    "typescript": "^5.8.2"
  },
  "gitHead": "2756475ba2fa108bae7af6d8d9747e0c7815dfa2"
}
