{
  "name": "@pigjs/type-utils",
  "version": "1.2.2",
  "description": "js checks the type method",
  "keywords": [
    "type"
  ],
  "homepage": "https://github.com/pigjs/utils/tree/main/packages/type#readme",
  "license": "ISC",
  "author": "MrYeZiqing",
  "main": "./lib/index.js",
  "module": "./es/index.js",
  "typings": "./es/index.d.ts",
  "files": [
    "lib",
    "es"
  ],
  "dependencies": {
    "@babel/runtime": "^7.20.13"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "father build",
    "doctor": "father doctor"
  }
}