{
  "name": "@rs-r2d2/log4ts",
  "version": "1.0.3",
  "description": "A powerful, flexible logging library for TypeScript inspired by Apache Log4j, featuring colored output and emojis",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "start": "npx tsc && node dist/index.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepublishOnly": "npm run test && npm run build",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rs-r2d2/log4ts"
  },
  "keywords": [
    "typescript",
    "logging",
    "logger",
    "colored",
    "emoji",
    "console",
    "log4j",
    "log4ts"
  ],
  "author": "rs-r2d2",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rs-r2d2/log4tsissues"
  },
  "homepage": "https://github.com/rs-r2d2/log4ts#readme",
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^18.0.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "chalk": "^4.1.2"
  },
  "engines": {
    "node": ">=12.0.0"
  }
}
