{
  "name": "@gaopeng123/utils.log",
  "author": "ligaopeng123",
  "version": "1.1.18",
  "description": "console print beautification",
  "keywords": [
    "console",
    "log"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/utils.log.esm.js",
  "typings": "dist/index.d.ts",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ligaopeng123-npm/utils.git"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "size-limit": [
    {
      "path": "dist/utils.types.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/utils.types.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^5.0.1",
    "@types/node": "^16.4.6",
    "husky": "^7.0.0",
    "size-limit": "^5.0.1",
    "ts-node": "^10.7.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.0",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "@gaopeng123/utils.types": "^1.1.18"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "push": "pnpm publish --access public --no-git-checks",
    "lint": "tsdx lint",
    "size": "size-limit",
    "analyze": "size-limit --why"
  }
}