{
  "name": "@typen/num-loose",
  "version": "0.2.0",
  "description": "A type cheker",
  "type": "module",
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/typen.git"
  },
  "dependencies": {
    "@typen/enum-data-types": "^0.2.0",
    "@typen/typ": "^0.2.0"
  },
  "keywords": [
    "type",
    "prototype",
    "numeric"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/typen"
  },
  "homepage": "https://github.com/hoyeungw/typen#readme",
  "gitHead": "b5bbf037ad98e42b9ab20ba9bca8406180a026b8",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/object.type.test.js"
  }
}