{
  "name": "@muyi086/var-type",
  "version": "1.0.6",
  "description": "JS variable type checking",
  "main": "./lib/index.min.cjs",
  "module": "./lib/index.min.mjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "exports": {
    ".": {
      "require": "./lib/index.min.cjs",
      "import": "./lib/index.min.mjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/MuYi086/npm_package.git"
  },
  "keywords": [
    "typeof",
    "variable",
    "JavaScript",
    "type",
    "var",
    "checking"
  ],
  "author": "MuYi086",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MuYi086/npm_package/issues"
  },
  "homepage": "https://github.com/MuYi086/npm_package#readme"
}
