{
  "name": "@4a/asp",
  "version": "2.0.3",
  "type": "module",
  "files": [
    "dist",
    "preview.png"
  ],
  "main": "./dist/index.esm.js",
  "module": "dist/asp.esm.js",
  "types": "dist/index.d.ts",
  "description": "color log, 染色日志",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gavinning/4a.git"
  },
  "keywords": [
    "log",
    "logger",
    "color-log",
    "color-logger",
    "日志",
    "染色日志",
    "彩色日志"
  ],
  "bugs": {
    "url": "https://github.com/gavinning/4a/issues"
  },
  "author": "gavinning",
  "license": "MIT",
  "homepage": "https://github.com/gavinning/4a/blob/main/packages/asp/readme.md",
  "dependencies": {
    "@base2/pretty-print-object": "^1.0.2",
    "colors": "^1.4.0"
  },
  "devDependencies": {
    "@types/node": "^18.16.0",
    "tslib": "^2.6.0",
    "typescript": "^5.1.6"
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "dev": "vite",
    "preview": "vite preview",
    "test": "vitest --run",
    "build": "vite build && tsc",
    "type": "tsc src/index.ts --lib es2015,dom --declarationDir dist --emitDeclarationOnly --declaration",
    "coverage": "NODE_ENV=development vitest run --coverage",
    "prepublish": "npm run build"
  }
}