{
  "main": "index.cjs",
  "module": "index.mjs",
  "types": "index.d.ts",
  "author": {
    "name": "earthnut",
    "email": "earthnut.dev@outlook.com",
    "url": "https://earthnut.dev"
  },
  "name": "@qqi/dev-log",
  "type": "module",
  "version": "1.0.5",
  "description": "在 dev 环境使用 name_dev 启动日志打印",
  "license": "MIT",
  "dependencies": {
    "@color-pen/static": "^1.0.0",
    "a-js-tools": "^1.0.1",
    "a-type-of-js": "^1.0.2",
    "color-pen": "^2.0.11"
  },
  "files": [
    "index.cjs",
    "index.mjs",
    "index.d.ts",
    "src"
  ],
  "exports": {
    ".": {
      "import": {
        "default": "./index.mjs",
        "types": "./index.d.ts"
      },
      "require": {
        "default": "./index.cjs",
        "types": "./index.d.ts"
      }
    }
  },
  "keywords": [
    "qqi",
    "@qqi/dev-log",
    "@qqi"
  ],
  "homepage": "https://earthnut.dev/qqi/dev-log",
  "bugs": {
    "url": "https://github.com/earthnutDev/qqi/issues",
    "email": "earthnut.dev@outlook.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/earthnutDev/qqi.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}