{
  "name": "@inkdropapp/logger",
  "version": "4.0.0",
  "description": "Logger for Inkdrop",
  "repository": {
    "type": "git",
    "url": "https://github.com/inkdropapp/logger.git"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest --config jest.config.js"
  },
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./src": {
      "types": "./src/index.ts",
      "default": "./src/index.ts"
    }
  },
  "keywords": [
    "inkdrop"
  ],
  "author": "Takuya Matsuyama <t@inkdrop.app>",
  "license": "MIT",
  "files": [
    "lib",
    "src"
  ],
  "dependencies": {
    "debug": "^4.4.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/jest": "^30.0.0",
    "jest": "^30.0.0",
    "prettier": "^3.5.3",
    "ts-jest": "^29.4.0",
    "typescript": "^5.8.3"
  }
}
