{
  "name": "@knighttower/type-check",
  "version": "5.0.4",
  "type": "module",
  "description": "typeCheck JS",
  "main": "index.cjs",
  "module": "index.js",
  "unpkg": "dist/browser/typeCheck.js",
  "jsdelivr": "dist/browser/typeCheck.js",
  "browser": "dist/browser/typeCheck.js",
  "license": "MIT",
  "files": [
    "dist",
    "index.js",
    "index.cjs"
  ],
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./dist/*": "./dist/*"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "utility",
    "Vue",
    "react",
    "library",
    "plugin",
    "URL",
    "Vue 2",
    "Vue 3",
    "javascript",
    "DOM",
    "functions",
    "helper",
    "knighttower",
    "typeCheck",
    "type checking"
  ],
  "scripts": {
    "dev": "webpack --mode development",
    "watch": "webpack --mode development --watch",
    "test": "vitest"
  },
  "homepage": "https://github.com/knighttower/JsUtility",
  "repository": {
    "type": "git",
    "url": "git://github.com/knighttower/JsUtility.git",
    "directory": "packages/type-check"
  },
  "dependencies": {
    "@knighttower/utility": "*"
  }
}